debug
This commit is contained in:
parent
0c13ccf313
commit
ad3929dd9f
@ -5,14 +5,14 @@ import { StrictMode, lazy } from "react";
|
||||
|
||||
const routes: RouteObject[] = [
|
||||
{
|
||||
path: "/",
|
||||
path: "/en/",
|
||||
children: [
|
||||
{
|
||||
index: true,
|
||||
element: <App />,
|
||||
},
|
||||
{
|
||||
path: ":quizId",
|
||||
path: "/en/:quizId",
|
||||
element: <App />,
|
||||
},
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user