import React, { FC } from 'react'; import classNames from 'classnames'; import css from './index.module.css'; const Loading: FC<{}> = () => (