From e29754fbfb8cb5245365694e9ef9649304dc84dd Mon Sep 17 00:00:00 2001 From: Hailey Date: Wed, 12 Jun 2024 12:30:05 -0700 Subject: [PATCH] one more --- src/Navigation.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Navigation.tsx b/src/Navigation.tsx index d250c802ae..4a55a43256 100644 --- a/src/Navigation.tsx +++ b/src/Navigation.tsx @@ -43,6 +43,7 @@ import HashtagScreen from '#/screens/Hashtag' import {ModerationScreen} from '#/screens/Moderation' import {ProfileKnownFollowersScreen} from '#/screens/Profile/KnownFollowers' import {ProfileLabelerLikedByScreen} from '#/screens/Profile/ProfileLabelerLikedBy' +import {StarterPackScreen} from '#/screens/StarterPack/StarterPackScreen' import {Wizard} from '#/screens/StarterPack/Wizard' import {init as initAnalytics} from './lib/analytics/analytics' import {useWebScrollRestoration} from './lib/hooks/useWebScrollRestoration'