diff --git a/src/App.tsx b/src/App.tsx index 1b44a26..dee936b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -27,8 +27,10 @@ import { Prototype, AddCategory, AddFeature, + AddTemplate, CategorySettings, FeatureSettings, + TemplateSettings, } from './pages'; import { GetUserByIdQuery, GetUserByIdQueryVariables } from './graphql/types'; import { GET_USER_BY_ID } from './graphql/auth.api'; @@ -104,6 +106,15 @@ const App = () => {