Dasherize file name

This commit is contained in:
Justin 2022-05-16 14:34:17 -04:00
parent 008b51eef1
commit 74058a3a36
2 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ export function ModalContainer() {
}
export function ProfileHoverCard() {
return import(/* webpackChunkName: "features/ui" */'soapbox/components/profile_hover_card');
return import(/* webpackChunkName: "features/ui" */'soapbox/components/profile-hover-card');
}
export function CryptoDonate() {