We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52050ec commit 505005bCopy full SHA for 505005b
frontend/src/pages/App.jsx
@@ -1,7 +1,7 @@
1
import React from "react";
2
import { BrowserRouter, Routes, Route } from "react-router-dom";
3
-import Login from "./Login.jsx"; // ✅ Make sure this file exists in the same folder
4
-import Dashboard from "./Dashboard.jsx"; // Optional if you have one
+import Login from "./Login.jsx";
+import Dashboard from "./Dashboard.jsx";
5
6
export default function App() {
7
return (
0 commit comments