From 74058a3a36dd7f32af6f32b58ac76dd2c713a202 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 16 May 2022 14:34:17 -0400 Subject: [PATCH] Dasherize file name --- .../{profile_hover_card.tsx => profile-hover-card.tsx} | 0 app/soapbox/features/ui/util/async-components.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename app/soapbox/components/{profile_hover_card.tsx => profile-hover-card.tsx} (100%) diff --git a/app/soapbox/components/profile_hover_card.tsx b/app/soapbox/components/profile-hover-card.tsx similarity index 100% rename from app/soapbox/components/profile_hover_card.tsx rename to app/soapbox/components/profile-hover-card.tsx diff --git a/app/soapbox/features/ui/util/async-components.ts b/app/soapbox/features/ui/util/async-components.ts index aab5bf76d..2a0fabae4 100644 --- a/app/soapbox/features/ui/util/async-components.ts +++ b/app/soapbox/features/ui/util/async-components.ts @@ -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() {