diff --git a/client/public/images/soon.png b/client/public/images/soon.png new file mode 100644 index 0000000..3f73c54 Binary files /dev/null and b/client/public/images/soon.png differ diff --git a/client/src/App.tsx b/client/src/App.tsx index 77a5745..c46d969 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -11,6 +11,8 @@ import ProductDetail from "./pages/products/details"; import Products from "./pages/products"; import News from "./pages/news"; import SinglePageNews from "./pages/news/singlePage"; +import Favorite from "./pages/favorite"; +import Order from "./pages/order"; const App: Component = () => { return ( @@ -25,6 +27,8 @@ const App: Component = () => { + +