From 05d43a3b31e2ee4af436cfa8470260be62600ecf Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Wed, 12 May 2021 01:40:54 +0100 Subject: [PATCH] Update app routing --- src/App.tsx | 16 ++++++++++++++++ src/pages/index.tsx | 8 ++++++++ 2 files changed, 24 insertions(+) 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 = () => { + +