Skip to content

Commit b8aae0f

Browse files
Update App.tsx
1 parent 0b1575e commit b8aae0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Dashboard from './Dashboard';
44

55
function App() {
66
return (
7-
<Router>
7+
<Router basename="/TestLoginPage">
88
<Routes>
99
<Route path="/" element={<Login />} />
1010
<Route path="/dashboard" element={<Dashboard />} />

0 commit comments

Comments
 (0)