File size: 133 Bytes
fb38ec5
 
 
 
 
1
2
3
4
5
6
import * as Styled from "./Loading.styles";

export function Loading() {
  return <Styled.Container>LOADING...</Styled.Container>;
}