From ffaf32862ec955b78a33a50bcd11dc850a13544d Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Sun, 30 May 2021 02:30:52 +0100 Subject: [PATCH] Update app routing --- src/App.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 = () => {