mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
parent
06124331cc
commit
f9b436182b
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ const React = require('react');
|
|||
const ErrorBoundary = require('../../components/errorboundary/errorboundary.jsx');
|
||||
const render = require('../../lib/render.jsx');
|
||||
|
||||
// Require this even though we don't use it because, without it, webpack runs out of memory...
|
||||
const Page = require('../../components/page/www/page.jsx'); // eslint-disable-line no-unused-vars
|
||||
|
||||
const previewActions = require('../../redux/preview.js');
|
||||
|
||||
const isSupportedBrowser = require('../../lib/supported-browser').default;
|
||||
|
|
Loading…
Reference in a new issue