mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
remove reference to deleted css file
This commit is contained in:
parent
cf4fbfd98f
commit
c61953e94a
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@ import Plot from 'react-plotly.js';
|
||||||
const React = require('react');
|
const React = require('react');
|
||||||
const PropTypes = require('prop-types');
|
const PropTypes = require('prop-types');
|
||||||
|
|
||||||
require('./world-map.scss');
|
|
||||||
|
|
||||||
const WorldMap = props => (
|
const WorldMap = props => (
|
||||||
<Plot
|
<Plot
|
||||||
useResizeHandler
|
useResizeHandler
|
||||||
|
|
Loading…
Reference in a new issue