Optimized imports

This commit is contained in:
felixlinker
2018-10-05 00:06:57 +01:00
parent 10fffe67fc
commit d19a7276dd
17 changed files with 1 additions and 41 deletions

View File

@@ -1,7 +1,6 @@
import React from 'react';
import SlotSection from './SlotSection';
import HardpointSlot from './HardpointSlot';
import cn from 'classnames';
import { MountFixed, MountGimballed, MountTurret } from '../components/SvgIcons';
import { stopCtxPropagation } from '../utils/UtilityFunctions';