0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-08-08 10:45:01 +00:00

Merge branch 'master' into render_a11y_squash

This commit is contained in:
Víctor Losada Hernández
2026-07-25 23:44:49 +02:00
committed by GitHub
32 changed files with 1416 additions and 1239 deletions
@@ -11,7 +11,7 @@ import ErrorBar from './errorBar/errorBar.jsx';
import ToolBar from './toolBar/toolBar.jsx';
//TODO: move to the brew renderer
import RenderWarnings from '../../components/renderWarnings/renderWarnings.jsx';
import RenderWarnings from '@components/renderWarnings/renderWarnings.jsx';
import NotificationPopup from './notificationPopup/notificationPopup.jsx';
import Frame from 'react-frame-component';
import dedent from 'dedent';