diff --git a/src/App.tsx b/src/App.tsx
index f24d516..de4d5cf 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -32,6 +32,7 @@ import {
FeatureSettings,
TemplateSettings,
AddProject,
+ UpdateProject,
} from './pages';
import { GetUserByIdQuery, GetUserByIdQueryVariables } from './graphql/types';
import { GET_USER_BY_ID } from './graphql/auth.api';
@@ -104,6 +105,9 @@ const App = () => {
+
+
+