Project structure changes ad new files added in dashboard folders

This commit is contained in:
2026-07-23 18:32:07 +05:30
parent 1993d91319
commit 5a2ae769d8
63 changed files with 1550 additions and 190 deletions

View File

@@ -1,6 +1,6 @@
"use client";
import Badge from "@/utils/badge";
import Stat from "@/utils/statCard";
import Badge from "@/components/auth/badge";
import Stat from "@/components/auth/statCard";
import { ShieldCheck, KeyRound, FileText } from "lucide-react";