We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc03d0 commit 1cbfe22Copy full SHA for 1cbfe22
src/adminRoutes.js
@@ -1,5 +1,5 @@
1
import React from 'react'
2
-const CIPPSettings = import('src/views/cipp/CIPPSettings')
+const CIPPSettings = React.lazy(() => import('src/views/cipp/CIPPSettings'))
3
const Setup = React.lazy(() => import('src/views/cipp/Setup'))
4
const ApplyStandard = React.lazy(() => import('src/views/tenant/standards/ApplyStandard'))
5
const GDAPStatus = React.lazy(() => import('src/views/tenant/administration/ListGDAPQueue'))
0 commit comments