import React from 'react'; import styles from './loader.css?inline'; export default () => { return (
); };