~cytrogen/masto-fe

ref: b2ac93dd7379933dac63e60ea4260283a2f856f5 masto-fe/app/javascript/mastodon/features/ui/components/drawer_loading.jsx -rw-r--r-- 187 bytes
b2ac93dd — Claire Fix selecting domains to forward reports to not passing the information correctly (#26636) 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;