mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Merge pull request #5252 from benjiwheeler/remove-unnecessary-page
removed unnecessary Page component
This commit is contained in:
commit
33e9c88217
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue