import { Loader2 } from 'lucide-react' import React from 'react' const loading = () => { return (
) } export default loading