Update async-components.js
This commit is contained in:
parent
c146530088
commit
d203790896
1 changed files with 4 additions and 0 deletions
|
@ -142,6 +142,10 @@ export function Video() {
|
|||
return import(/* webpackChunkName: "features/video" */'../../video');
|
||||
}
|
||||
|
||||
export function Audio() {
|
||||
return import(/* webpackChunkName: "features/audio" */'../../audio');
|
||||
}
|
||||
|
||||
export function EmbedModal() {
|
||||
return import(/* webpackChunkName: "modals/embed_modal" */'../components/embed_modal');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue