This commit is contained in:
2026-04-04 00:32:01 +02:00
parent f9636d1464
commit d678560d60
39 changed files with 5013 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ import AuthLayout from "./layouts/AuthLayout";
import LogoutPage from "./pages/account/Logout";
import LoginPage from "./pages/account/Login";
import RegisterPage from "./pages/account/Register";
import { RetroSoundTest } from "./pages/test/sounds";
export default function App() {
@@ -39,6 +40,8 @@ export default function App() {
<Route path="services/drone" element={< DroneServisSection />} />
<Route path="services/web" element={<Downloader />} />
<Route path="test/sounds" element={<RetroSoundTest />} />
</Route>
<Route path="auth/" element={<AuthLayout />}>