import { Box } from '@chakra-ui/react';
|
|
|
|
export const TopSpacing = () => {
|
|
return <Box mt="33vh"></Box>;
|
|
};
|
import { Box } from '@chakra-ui/react';
|
|
|
|
export const TopSpacing = () => {
|
|
return <Box mt="33vh"></Box>;
|
|
};
|