From 07470b2bd86c74bb981ede91b4164af570c55793 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Fri, 21 May 2021 22:42:16 +0100 Subject: [PATCH] Update pages index --- src/pages/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index d869530..d584c62 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -12,6 +12,8 @@ import Users from './Users'; import CreateUser from './CreateUser'; import Settings from './Settings'; import UserSettings from './UserSettings'; +import AddCategory from './AddCategory'; +import CategorySettings from './CategorySettings'; export { Login, @@ -28,4 +30,6 @@ export { CreateUser, Settings, UserSettings, + AddCategory, + CategorySettings, };