add ticketing system
Deploy Nexus Portal to HestiaCP (FTP) / build-and-deploy (push) Failing after 8s
Deploy Nexus Portal to HestiaCP (FTP) / build-and-deploy (push) Failing after 8s
This commit is contained in:
@@ -19,6 +19,7 @@ import Dashboard from './pages/app/Dashboard';
|
||||
import Store from './pages/app/Store';
|
||||
import Checkout from './pages/app/Checkout';
|
||||
import Services from './pages/app/Services';
|
||||
import Support from './pages/app/Support';
|
||||
|
||||
export default function App() {
|
||||
return (
|
||||
@@ -47,6 +48,7 @@ export default function App() {
|
||||
<Route path="/store" element={<Store />} />
|
||||
<Route path="/checkout/:productId" element={<Checkout />} />
|
||||
<Route path="/services" element={<Services />} />
|
||||
<Route path="/support" element={<Support />} />
|
||||
</Route>
|
||||
|
||||
</Route>
|
||||
|
||||
Reference in New Issue
Block a user