fix: correct 3d facility viewer route path
This commit is contained in:
parent
7f7cca415c
commit
43f8c5a105
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ export const router = createBrowserRouter([
|
||||||
},
|
},
|
||||||
// 3D Facility Viewer - Full screen
|
// 3D Facility Viewer - Full screen
|
||||||
{
|
{
|
||||||
path: '/facility-3d',
|
path: '/facility/3d',
|
||||||
element: (
|
element: (
|
||||||
<ProtectedRoute>
|
<ProtectedRoute>
|
||||||
<Suspense fallback={
|
<Suspense fallback={
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue