chore: Update translations
This commit is contained in:
@ -102,9 +102,11 @@ const router = createBrowserRouter([
|
||||
},
|
||||
{
|
||||
path: "/dashboard",
|
||||
element: <Suspense>
|
||||
<DashboardPage />
|
||||
</Suspense>,
|
||||
element: (
|
||||
<Suspense>
|
||||
<DashboardPage />
|
||||
</Suspense>
|
||||
),
|
||||
},
|
||||
{
|
||||
path: "*",
|
||||
|
Reference in New Issue
Block a user