File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
packages/edit-site/src/components/app Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 11/**
22 * WordPress dependencies
33 */
4- import { SlotFillProvider } from '@wordpress/components' ;
4+ import { SlotFillProvider , Spinner } from '@wordpress/components' ;
55import { Fragment , lazy , Suspense } from '@wordpress/element' ;
66import { UnsavedChangesWarning } from '@wordpress/editor' ;
77import { store as noticesStore } from '@wordpress/notices' ;
88import { useDispatch } from '@wordpress/data' ;
99import { __ , sprintf } from '@wordpress/i18n' ;
1010import { PluginArea } from '@wordpress/plugins' ;
11- import { Icon , wordpress } from '@wordpress/icons' ;
1211
1312/**
1413 * Internal dependencies
@@ -39,13 +38,7 @@ const LoadingScreen = () => (
3938 height : '100%' ,
4039 } }
4140 >
42- < Icon
43- icon = { wordpress }
44- size = "96"
45- style = { {
46- animation : 'loadingpulse 1s linear infinite' ,
47- } }
48- />
41+ < Spinner />
4942 </ div >
5043 </ div >
5144) ;
You can’t perform that action at this time.
0 commit comments