import { PureComponent } from 'react'; import ColumnIndicator from '../column_indicator'; import './modal_loading.scss'; // Keep the markup in sync with // (make sure they have the same dimensions) export default class ModalLoading extends PureComponent { render() { return (
); } }