diff --git a/src/App.tsx b/src/App.tsx index 210e664..c9c6d8e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,14 +3,12 @@ import Layout from './components/Layout'; import HomePage from './pages/HomePage'; import ProductsPage from "@/pages/ProductsPage"; -import ReelsProductsPage from "@/pages/ReelsProductsPage"; export default function App() { return ( }> } /> } /> - } /> );