Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Jan 2, 2024
1 parent 5abe511 commit 4259ddd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/App/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import FourOhFour from '../FourOhFour';
import Header from '../Header';
import Home from '../Home';
import Matches from '../Matches';
import Meta from '../Meta';
import Player from '../Player';
import Predictions from '../Predictions';
// import Assistant from "../Assistant";
Expand Down Expand Up @@ -194,7 +193,7 @@ const App = (props) => {
<Route exact path="/combos" component={Combos} />
<Route exact path="/search" component={Search} />
<Route exact path="/records/:info?" component={Records} />
<Route exact path="/meta" component={Meta} />
{/* <Route exact path="/meta" component={Meta} /> */}
<Route exact path="/scenarios/:info?" component={Scenarios} />
<Route exact path="/predictions" component={Predictions} />
<Route exact path="/api-keys" component={Api} />
Expand Down

0 comments on commit 4259ddd

Please sign in to comment.