mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-20 14:02:45 +00:00
Move import to be adjacent to existing requires
This commit is contained in:
@@ -18,6 +18,8 @@ const { printCurrentBrew } = require('../../../shared/helpers.js');
|
||||
|
||||
const Themes = require('themes/themes.json');
|
||||
|
||||
import { safeHTML } from './safeHTML.js';
|
||||
|
||||
const PAGE_HEIGHT = 1056;
|
||||
|
||||
const INITIAL_CONTENT = dedent`
|
||||
@@ -28,7 +30,6 @@ const INITIAL_CONTENT = dedent`
|
||||
<base target=_blank>
|
||||
</head><body style='overflow: hidden'><div></div></body></html>`;
|
||||
|
||||
import { safeHTML } from './safeHTML.js';
|
||||
|
||||
//v=====----------------------< Brew Page Component >---------------------=====v//
|
||||
const BrewPage = (props)=>{
|
||||
|
||||
Reference in New Issue
Block a user