diff --git a/src/App.jsx b/src/App.jsx index b318172..a5f8972 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,11 +1,9 @@ import { useState } from 'react' -import Background from "./components/Background"; -import VideoBackground from "./components/VimeoEmbed"; import AppHeader from './components/AppHeader'; import Footer from './components/Footer'; import Box from '@mui/material/Box'; -import Admin from './private/Admin'; +import Products from './private/products/Products'; import './App.css' @@ -14,10 +12,6 @@ function App() { return ( <> - - {/* */} - {/* */} - - {zone === 'private' && } - {zone === 'restricted' && } - {zone === 'public' && } + {zone === 'private' && } + {zone === 'restricted' && } + {zone === 'public' && }