0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00

Shift NotificationPopup to shared components & update BrewRenderer ref

This commit is contained in:
G.Ambatte
2024-06-01 12:38:01 +12:00
parent 2424d34682
commit a6ce36689c
3 changed files with 1 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ const ErrorBar = require('./errorBar/errorBar.jsx');
//TODO: move to the brew renderer
const RenderWarnings = require('homebrewery/renderWarnings/renderWarnings.jsx');
const NotificationPopup = require('./notificationPopup/notificationPopup.jsx');
const NotificationPopup = require('../../../client/components/notificationPopup/notificationPopup.jsx');
const Frame = require('react-frame-component').default;
const dedent = require('dedent-tabs').default;
const { printCurrentBrew } = require('../../../shared/helpers.js');