From e9108f61834932b085c3039a2f2e6be72573f00b Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 14 Oct 2022 10:49:31 -0500 Subject: [PATCH] hashtag_timeline --> hashtag-timeline --- .../features/{hashtag_timeline => hashtag-timeline}/index.tsx | 0 app/soapbox/features/ui/util/async-components.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename app/soapbox/features/{hashtag_timeline => hashtag-timeline}/index.tsx (100%) diff --git a/app/soapbox/features/hashtag_timeline/index.tsx b/app/soapbox/features/hashtag-timeline/index.tsx similarity index 100% rename from app/soapbox/features/hashtag_timeline/index.tsx rename to app/soapbox/features/hashtag-timeline/index.tsx diff --git a/app/soapbox/features/ui/util/async-components.ts b/app/soapbox/features/ui/util/async-components.ts index 0936dd799..f416c859a 100644 --- a/app/soapbox/features/ui/util/async-components.ts +++ b/app/soapbox/features/ui/util/async-components.ts @@ -23,7 +23,7 @@ export function CommunityTimeline() { } export function HashtagTimeline() { - return import(/* webpackChunkName: "features/hashtag_timeline" */'../../hashtag_timeline'); + return import(/* webpackChunkName: "features/hashtag_timeline" */'../../hashtag-timeline'); } export function DirectTimeline() {