remove default import for onboarding (#12541)
This commit is contained in:
parent
2f030d8ba9
commit
7fdb16c577
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ function renderPage() {
|
|||
communityDescription: dataElement.dataset.communityDescription,
|
||||
};
|
||||
import('../onboarding/Onboarding')
|
||||
.then(({ default: Onboarding }) => {
|
||||
.then(({ Onboarding }) => {
|
||||
render(
|
||||
<Onboarding communityConfig={communityConfig} />,
|
||||
document.getElementById('onboarding-container'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue