Skip to content

Commit 037b301

Browse files
authored
set team page (#3)
1 parent 0904e9c commit 037b301

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Chat from './components/common/Chat';
1212
import Opstelling from './components/pages/Opstelling';
1313

1414
import { getAuth, onAuthStateChanged } from 'https://www.gstatic.com/firebasejs/10.3.1/firebase-auth.js';
15-
import TeamTemporary from './components/pages/TeamTemporary';
15+
import Team from './components/pages/Team';
1616

1717
function App() {
1818
const [user, setUser] = useState(null);
@@ -45,7 +45,7 @@ function App() {
4545
<Route path="/Klassement" element={<Klassement />} />
4646
<Route path="/Contact" element={<Contact />} />
4747
<Route path="/Minicompetitie" element={<MiniCompetition />} />
48-
<Route path="/Team" element={<TeamTemporary />} />
48+
<Route path="/Team" element={<Team />} />
4949
<Route path="/Opstelling" element={<Opstelling />} />
5050
<Route path="*" element={<NotFoundPage />} />
5151
</Routes>

0 commit comments

Comments
 (0)