From e80a34321148259feda08dbf98e899f6fa9eae4b Mon Sep 17 00:00:00 2001 From: Ben Wheeler Date: Mon, 12 Apr 2021 15:15:17 -0400 Subject: [PATCH] removed unnecessary Page component --- src/views/join/join.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/join/join.jsx b/src/views/join/join.jsx index d51659939..2a6cda393 100644 --- a/src/views/join/join.jsx +++ b/src/views/join/join.jsx @@ -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();