add hosting plans via fossbilling
Deploy Nexus Portal to HestiaCP (FTP) / build-and-deploy (push) Successful in 33s
Deploy Nexus Portal to HestiaCP (FTP) / build-and-deploy (push) Successful in 33s
This commit is contained in:
@@ -16,6 +16,7 @@ import Home from './pages/public/Home';
|
||||
|
||||
// Import des Pages Privées (Espace Client)
|
||||
import Dashboard from './pages/app/Dashboard';
|
||||
import Store from './pages/app/Store';
|
||||
//import Services from './pages/app/Services';
|
||||
|
||||
export default function App() {
|
||||
@@ -42,6 +43,7 @@ export default function App() {
|
||||
{/* Si autorisé, on charge l'interface avec la Sidebar */}
|
||||
<Route element={<AppLayout />}>
|
||||
<Route path="/dashboard" element={<Dashboard />} />
|
||||
<Route path="/store" element={<Store />} />
|
||||
{/* <Route path="/services" element={<Services />} /> */}
|
||||
</Route>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user