chore: delete loading component for protected routes

This commit is contained in:
javayhu 2025-08-23 00:08:33 +08:00
parent 23ddb90e1f
commit 1e1cafff32

View File

@ -1,5 +0,0 @@
import { Loader2Icon } from 'lucide-react';
export default function Loading() {
return <Loader2Icon className="my-32 mx-auto size-6 animate-spin" />;
}