import { LoaderIcon } from "lucide-react"; function Loading() { return (
); } export default Loading;