diff --git a/src/App.tsx b/src/App.tsx index b972f76..edc039a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -25,6 +25,8 @@ import { Feature, Category, Prototype, + AddCategory, + CategorySettings, } from './pages'; import { GetUserByIdQuery, GetUserByIdQueryVariables } from './graphql/types'; import { GET_USER_BY_ID } from './graphql/auth.api'; @@ -91,16 +93,34 @@ const App = () => { + + +