changed Explore to Search and added date picker
This commit is contained in:
parent
c328841554
commit
fb0d5a3e26
7 changed files with 123 additions and 59 deletions
|
@ -12,7 +12,7 @@ import Navbar from "./components/Navbar"
|
|||
import Footer from "./components/Footer"
|
||||
|
||||
import PostList from "./pages/PostList"
|
||||
import Explore from "./pages/Explore"
|
||||
import Search from "./pages/Search"
|
||||
import Page from "./pages/Page"
|
||||
import NotFound from "./pages/NotFound"
|
||||
import Portfolio from "./pages/Portfolio"
|
||||
|
@ -225,8 +225,8 @@ export default class App extends React.Component<AppProps, AppState> {
|
|||
/>
|
||||
</Route>
|
||||
|
||||
<Route exact path="/explore">
|
||||
<Explore />
|
||||
<Route exact path="/search">
|
||||
<Search />
|
||||
</Route>
|
||||
|
||||
<Route exact path="/portfolio">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue