Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
33e9c882
Unverified
Commit
33e9c882
authored
May 07, 2021
by
Benjamin Wheeler
Committed by
GitHub
May 07, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5252 from benjiwheeler/remove-unnecessary-page
removed unnecessary Page component
parents
fa5c56c4
e80a3432
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/views/join/join.jsx
src/views/join/join.jsx
+0
-2
No files found.
src/views/join/join.jsx
View file @
33e9c882
...
@@ -2,8 +2,6 @@ const React = require('react');
...
@@ -2,8 +2,6 @@ const React = require('react');
const
render
=
require
(
'
../../lib/render.jsx
'
);
const
render
=
require
(
'
../../lib/render.jsx
'
);
const
Scratch3Registration
=
require
(
'
../../components/registration/scratch3-registration.jsx
'
);
const
Scratch3Registration
=
require
(
'
../../components/registration/scratch3-registration.jsx
'
);
const
ErrorBoundary
=
require
(
'
../../components/errorboundary/errorboundary.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
'
);
const
initSentry
=
require
(
'
../../lib/sentry.js
'
);
initSentry
();
initSentry
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment