This commit is contained in:
tonyrewin 2022-10-07 11:06:07 +03:00
parent b98d97c4a8
commit 4d8c5ef50b

View File

@ -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')