diff --git a/src/App.tsx b/src/App.tsx index 61229f5..b972f76 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -21,6 +21,10 @@ import { Settings, UserSettings, CreateUser, + Template, + Feature, + Category, + Prototype, } from './pages'; import { GetUserByIdQuery, GetUserByIdQueryVariables } from './graphql/types'; import { GET_USER_BY_ID } from './graphql/auth.api'; @@ -87,6 +91,18 @@ const App = () => { + +