Add new loading screen placeholder.

This commit is contained in:
Kia Lam
2022-02-09 11:18:19 -08:00
parent d785f30c5f
commit 272e012626
2 changed files with 42 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ import debounce from 'util/debounce';
import * as d3 from 'd3';
import Legend from './Legend';
import Tooltip from './Tooltip';
import ContentLoading from '../../components/ContentLoading';
import ContentLoading from './ContentLoading';
import { truncateString } from '../../util/strings';
const Loader = styled(ContentLoading)`