mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
loading map overlay component
This commit is contained in:
parent
49eeab6956
commit
b5ea31f2d7
9
src/Components/Templates/LoadingMapOverlay.tsx
Normal file
9
src/Components/Templates/LoadingMapOverlay.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
import { MapOverlayPage } from '#components/Templates/MapOverlayPage'
|
||||
|
||||
export const LoadingMapOverlay = () => {
|
||||
return (
|
||||
<MapOverlayPage>
|
||||
<div className='tw:text-center tw:loading tw:loading-spinner'></div>
|
||||
</MapOverlayPage>
|
||||
)
|
||||
}
|
||||
@ -5,3 +5,5 @@ export { SelectUser } from './SelectUser'
|
||||
export { OverlayItemsIndexPage } from './OverlayItemsIndexPage'
|
||||
export { AttestationForm } from './AttestationForm'
|
||||
export { MarketView } from './MarketView'
|
||||
export { TagView } from './TagView'
|
||||
export { LoadingMapOverlay } from './LoadingMapOverlay'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user