Skip to content

Commit 1cbfe22

Browse files
committed
Update adminRoutes.js
1 parent 5cc03d0 commit 1cbfe22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adminRoutes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react'
2-
const CIPPSettings = import('src/views/cipp/CIPPSettings')
2+
const CIPPSettings = React.lazy(() => import('src/views/cipp/CIPPSettings'))
33
const Setup = React.lazy(() => import('src/views/cipp/Setup'))
44
const ApplyStandard = React.lazy(() => import('src/views/tenant/standards/ApplyStandard'))
55
const GDAPStatus = React.lazy(() => import('src/views/tenant/administration/ListGDAPQueue'))

0 commit comments

Comments
 (0)