debug
This commit is contained in:
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 />,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user