diff --git a/src/index.jsx b/src/index.jsx index f31cc45..3cd64c3 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -6,7 +6,7 @@ import { Routes, Route } from 'react-router-dom'; import { APP_INIT_ERROR, APP_READY, subscribe, initialize, mergeConfig, getConfig, } from '@edx/frontend-platform'; -import { AppProvider, ErrorPage } from '@edx/frontend-platform/react'; +import { AppProvider, ErrorPage, AuthenticatedPageRoute } from '@edx/frontend-platform/react'; import { HelmetProvider } from 'react-helmet-async'; import Header from '@edx/frontend-component-header'; import Footer from '@edx/frontend-component-footer'; @@ -29,12 +29,12 @@ subscribe(APP_READY, () => { } + element={} /> {getConfig().ENABLE_VERIFIABLE_CREDENTIALS && ( } + element={} /> )} { /> } + element={} /> ) : (