Skip to content

Commit

Permalink
Move project settings related files to /projects folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtitherington committed Oct 27, 2023
1 parent 7c36fc4 commit 4a7e3fb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
File renamed without changes.
2 changes: 0 additions & 2 deletions frontend/src/pages/settings/index.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion frontend/src/routes/useRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import NotFound from './404';
import Login from 'pages/Authentication';
import SidebarMenu from 'components/sidebarMenu';
import Root from 'pages/root';
import Settings from 'pages/settings/settings';
import Settings from 'features/projects/pages/ProjectSettings';
import Flows from 'pages/flows';
import { useAuthentication } from 'api';
import ProtectedRoute from './ProtectedRoute';
Expand Down

0 comments on commit 4a7e3fb

Please sign in to comment.