~cytrogen/masto-fe

ref: 5e8cbb5f82ab0df0de80539650a6e55d7cf7a3a5 masto-fe/app/javascript/mastodon/features/ui/components/drawer_loading.jsx -rw-r--r-- 187 bytes
5e8cbb5f — Eugen Rochko Remove back button from bookmarks, favourites and lists screens in web UI (#26126) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
const DrawerLoading = () => (
  <div className='drawer'>
    <div className='drawer__pager'>
      <div className='drawer__inner' />
    </div>
  </div>
);

export default DrawerLoading;