Revert "removing Page"

This reverts commit 06124331cc.
This commit is contained in:
Ben Wheeler 2019-10-01 18:21:14 -04:00
parent 06124331cc
commit f9b436182b

View file

@ -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;