users update create delete tested

This commit is contained in:
2025-11-16 20:35:19 +03:00
parent cf4f632afe
commit f870c2e62e
58 changed files with 4511 additions and 191 deletions

View File

@@ -1,5 +1,6 @@
import DashboardPage from "@/pages/dashboard/page";
// import DashboardPage from "@/pages/dashboard/page";
const PageDashboard = () => { return <DashboardPage /> };
// const PageDashboard = () => { return <DashboardPage /> };
const PageDashboard = () => { return <></> };
export default PageDashboard;