Unverified Commit 33e9c882 authored by Benjamin Wheeler's avatar Benjamin Wheeler Committed by GitHub

Merge pull request #5252 from benjiwheeler/remove-unnecessary-page

removed unnecessary Page component
parents fa5c56c4 e80a3432
......@@ -2,8 +2,6 @@ const React = require('react');
const render = require('../../lib/render.jsx');
const Scratch3Registration = require('../../components/registration/scratch3-registration.jsx');
const ErrorBoundary = require('../../components/errorboundary/errorboundary.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 initSentry = require('../../lib/sentry.js');
initSentry();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment