add ticketing system
Deploy Nexus Portal to HestiaCP (FTP) / build-and-deploy (push) Failing after 8s

This commit is contained in:
maximus
2026-06-24 21:38:36 +02:00
parent aa07d2ddaa
commit 12f855b328
2 changed files with 34 additions and 1 deletions
+2
View File
@@ -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>