]> cat aescling's git repositories - mastodon.git/blob - app/javascript/themes/glitch/features/ui/components/drawer_loading.js
Forking glitch theme
[mastodon.git] / app / javascript / themes / glitch / features / ui / components / drawer_loading.js
1 import React from 'react';
2
3 const DrawerLoading = () => (
4 <div className='drawer'>
5 <div className='drawer__pager'>
6 <div className='drawer__inner' />
7 </div>
8 </div>
9 );
10
11 export default DrawerLoading;
This page took 0.068458 seconds and 4 git commands to generate.