The code powering m.abunchtell.com https://m.abunchtell.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 rivejä
215 B

  1. import React from 'react';
  2. const DrawerLoading = () => (
  3. <div className='drawer'>
  4. <div className='drawer__pager'>
  5. <div className='drawer__inner' />
  6. </div>
  7. </div>
  8. );
  9. export default DrawerLoading;