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