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