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