~cytrogen/masto-fe

ref: 15733b2844e9dd4cd808c47cf4f6dee6dedb7071 masto-fe/app/javascript/flavours/glitch/features/ui/components/drawer_loading.jsx -rw-r--r-- 187 bytes
15733b28 — Ittihadyya remove import of no import(ance) 6 months 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;