Skip to content

Commit fb5badc

Browse files
authored
Update App.js
1 parent 00e7d76 commit fb5badc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/frontend/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Routes, Route } from "react-router-dom";
44
function App() {
55
return (
66
<Routes>
7-
<Route path="/" element={<LoginPanel />} />
7+
<Route path="/login" element={<LoginPanel />} />
88
</Routes>
99
);
1010
}

0 commit comments

Comments
 (0)