import React, { FC } from 'react' import { Box, BoxProps, Spinner } from '@chakra-ui/react' export const FullPageLoading: FC = ({ ...props }) => { return ( ) }