From 9f31f341c19d5dcc9ff341b10c7e36d60267c972 Mon Sep 17 00:00:00 2001 From: Rick Reilly Date: Tue, 11 Feb 2020 15:09:50 -0500 Subject: [PATCH] wip --- src/index.jsx | 6 ++++-- src/registration/RegistrationPage.jsx | 4 ++++ src/registration/index.js | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 src/registration/RegistrationPage.jsx create mode 100644 src/registration/index.js diff --git a/src/index.jsx b/src/index.jsx index fdbb309..40ad2a2 100755 --- a/src/index.jsx +++ b/src/index.jsx @@ -12,6 +12,7 @@ import Footer, { messages as footerMessages } from '@edx/frontend-component-foot import configureStore from './data/configureStore'; import AccountSettingsPage, { NotFoundPage } from './account-settings'; import LoginPage from './login'; +import RegistrationPage from './registration'; import appMessages from './i18n'; import './index.scss'; @@ -24,9 +25,10 @@ subscribe(APP_READY, () => {
- - + + +