Skip to content

Commit

Permalink
OV-44: * organization
Browse files Browse the repository at this point in the history
  • Loading branch information
XCODE89 committed Aug 23, 2024
1 parent e189927 commit 9e5955f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/router/routes/protected-routes.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { NotFound } from '~/bundles/auth/pages/not-found.js';
import { AppRoute } from '~/bundles/common/enums/enums.js';
import { NotFound } from '~/bundles/common/pages/not-found.js';
import { Studio } from '~/bundles/studio/pages/studio.js';

import { ProtectedRoute } from '../components/protected-route.js';
Expand Down

0 comments on commit 9e5955f

Please sign in to comment.