ticket section

This commit is contained in:
hamid zarghami
2026-02-23 15:15:34 +03:30
parent 4ba62b39f9
commit 1c8e5aa849
8 changed files with 33 additions and 28 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { Route, Routes } from 'react-router-dom'
const AuthRouter: FC = () => {
return (
<Routes>
<Route path="/login" element={<Login />} />
<Route path="*" element={<Login />} />
</Routes>
)
}