embed_modal.tsx --> embed-modal.tsx

This commit is contained in:
Alex Gleason 2022-08-22 12:09:01 -05:00
parent 393f6a9b60
commit 75b015d608
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 1 additions and 1 deletions

View file

@ -191,7 +191,7 @@ export function EditFederationModal() {
}
export function EmbedModal() {
return import(/* webpackChunkName: "modals/embed_modal" */'../components/embed_modal');
return import(/* webpackChunkName: "modals/embed_modal" */'../components/embed-modal');
}
export function ComponentModal() {