File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import Blog from "./pages/BlogPage/Blog";
1111import ExplorePage from "./pages/ExplorePage" ;
1212import HomePage from "./pages/HomePage" ;
1313import ImageDetailPage from "./pages/ImageDetailPage" ;
14+ import CreatepinPage from "./pages/CreatepinPage/CreatePinPage" ;
1415
1516function AppContent ( ) {
1617 const location = useLocation ( ) ;
@@ -27,6 +28,7 @@ function AppContent() {
2728 < Route path = "/card/:id" element = { < CardDetailPage /> } />
2829 < Route path = "/detail" element = { < ImageDetailPage /> } />
2930 < Route path = "/blog" element = { < Blog /> } />
31+ < Route path = "/createPin" element = { < CreatepinPage /> } />
3032 </ Routes >
3133 { < Footer /> }
3234 </ >
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ const Header = () => {
7777 </ SearchWrapper >
7878
7979 < AboutButton >
80- < Link to = "/" > About</ Link >
80+ < Link to = "/createPin " > About</ Link >
8181 </ AboutButton >
8282
8383 < BusinessButton >
You can’t perform that action at this time.
0 commit comments