mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-25 08:28:11 +00:00
fix two imports
This commit is contained in:
@@ -11,7 +11,8 @@ import ToolBar from './toolBar/toolBar.jsx';
|
||||
//TODO: move to the brew renderer
|
||||
import RenderWarnings from '../../components/renderWarnings/renderWarnings.jsx';
|
||||
import NotificationPopup from './notificationPopup/notificationPopup.jsx';
|
||||
import Frame from 'react-frame-component';
|
||||
import frameComp from 'react-frame-component';
|
||||
const Frame = frameComp.default;
|
||||
import dedent from 'dedent';
|
||||
import { printCurrentBrew } from '../../../shared/helpers.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user