import { Loader } from '@/components/design/Loader' const Loading = (): JSX.Element => { return (
) } export default Loading