mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 12:20:20 +03:00
WIP Code Dynamic
This commit is contained in:
parent
8292b87526
commit
d87caf46cb
|
@ -1,5 +1,5 @@
|
||||||
import dynamic from 'next/dynamic'
|
import dynamic from 'next/dynamic'
|
||||||
|
|
||||||
export default dynamic(() => import('./code'), {
|
export default dynamic(() => import('./code'), {
|
||||||
loading: () => 'Loading...',
|
loading: () => <div style={{ color: 'white', padding: '1rem' }}>Loading...</div>,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user