Skip to content

Commit e6d232d

Browse files
committed
fix: Add import for TeamPage in App component
1 parent a19fe6b commit e6d232d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Login from "./pages/Login/Login";
1212
import { AuthProvider, useAuth } from "./contexts/AuthContext";
1313
import Forge from "./pages/Forge/Forge";
1414
import Settings from "./pages/Settings/Settings";
15-
import TeamPage from "./pages/Team/Team"; // Add import for Team page
15+
import TeamPage from "./pages/Team/Team";
1616
import { Catalog } from "./types/Catalog";
1717
import CatalogPage from "./pages/Catalog/Catalog";
1818

0 commit comments

Comments
 (0)