feat: real boxes page added

This commit is contained in:
azizziy
2025-05-20 17:44:47 +05:00
parent c01e852a59
commit 57be849be2
13 changed files with 1279 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
import DashboardRealBoxesPage from "@/routes/private/real-boxes/DashboardRealBoxesPage";
export default function Home() {
return <DashboardRealBoxesPage />;
}