This commit is contained in:
skeris 2025-02-24 20:32:19 +03:00
parent 0c13ccf313
commit ad3929dd9f

@ -5,14 +5,14 @@ import { StrictMode, lazy } from "react";
const routes: RouteObject[] = [ const routes: RouteObject[] = [
{ {
path: "/", path: "/en/",
children: [ children: [
{ {
index: true, index: true,
element: <App />, element: <App />,
}, },
{ {
path: ":quizId", path: "/en/:quizId",
element: <App />, element: <App />,
}, },
], ],