From 4d8c5ef50b678ab057a916d85a6a7109f8e1bd85 Mon Sep 17 00:00:00 2001 From: tonyrewin Date: Fri, 7 Oct 2022 11:06:07 +0300 Subject: [PATCH] fixed --- src/components/Root.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Root.tsx b/src/components/Root.tsx index 34704518..6e7343da 100644 --- a/src/components/Root.tsx +++ b/src/components/Root.tsx @@ -26,6 +26,7 @@ const PartnersPage = lazy(() => import('./Pages/about/PartnersPage')) const ProjectsPage = lazy(() => import('./Pages/about/ProjectsPage')) const TermsOfUsePage = lazy(() => import('./Pages/about/TermsOfUsePage')) const ThanksPage = lazy(() => import('./Pages/about/ThanksPage')) +const CreatePage = lazy(() => import('./Pages/CreatePage')) const log = getLogger('root')