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