1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-15 07:08:58 +09:00
whippy-edition/app/javascript/mastodon/features/ui/components/drawer_loading.jsx
2023-05-23 10:52:27 +02:00

10 lines
187 B
JavaScript

const DrawerLoading = () => (
<div className='drawer'>
<div className='drawer__pager'>
<div className='drawer__inner' />
</div>
</div>
);
export default DrawerLoading;