Move background colour auto-detect script to where the other webpack files are

This commit is contained in:
Emma Winston
2019-09-18 21:26:33 +01:00
parent 20e17e496f
commit ec0a3e232d
3 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import defaultmascotlight from '../../images/defaultmascotlight.svg';
import defaultmascotdark from '../../images/defaultmascotdark.svg';
import {svgSelect} from '../features/compose/util/svg_select';
import {svgSelect} from '../svg_select';
export default class ErrorBoundary extends React.PureComponent {