File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import Chat from './components/common/Chat';
1212import Opstelling from './components/pages/Opstelling' ;
1313
1414import { 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
1717function 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 >
You can’t perform that action at this time.
0 commit comments