import React, { FC } from 'react' import './styles.styl' export const Loading: FC = () => (
)