Steel / ui /src /components /loading /Loading.tsx
supernovagateway's picture
Upload folder using huggingface_hub
fb38ec5 verified
import * as Styled from "./Loading.styles";
export function Loading() {
return <Styled.Container>LOADING...</Styled.Container>;
}