crud schedule

This commit is contained in:
hamid zarghami
2025-11-18 09:55:04 +03:30
parent ec14497f59
commit bf9424362c
8 changed files with 166 additions and 15 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import Login from '../pages/auth/Login'
const Auth: FC = () => {
return (
<Routes>sa
<Routes>
<Route path={Pages.auth.login + '/:slug'} element={<Login />} />
</Routes>
)