import { Spinner } from '@chakra-ui/react'; import { NoConfig } from '~/elements'; export const Loading = (): JSX.Element => { return ( ); };