File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed
Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 11import React from "react" ;
2-
3-
42import PokedexPage from "./Pages/PokedexPage/PokedexPage" ;
5-
63import { createGlobalStyle } from "styled-components" ;
7-
84import './index.css'
95import { Router } from "./Routes/Route" ;
106
@@ -26,10 +22,7 @@ function App() {
2622 < div className = "App" >
2723 < Router > </ Router >
2824 < GlobalStyle />
29-
3025 < PokedexPage />
31-
32-
3326 </ div >
3427 ) ;
3528}
Original file line number Diff line number Diff line change 1+
2+
3+ const goToHome = ( ) => {
4+
5+ }
6+
7+ const goToList = ( ) => {
8+
9+ }
10+
11+ const goToDetail = ( ) => {
12+
13+ }
Original file line number Diff line number Diff line change 1-
21import { BrowserRouter , Route , Routes } from "react-router-dom" ;
32import pokedexPage from "../Pages/PokedexPage/PokedexPage" ;
43import pokemonDetailPage from "../Pages/PokemonDetailPage/PokemonDetailPage" ;
You can’t perform that action at this time.
0 commit comments