fix type errors

This commit is contained in:
Hailey
2024-06-12 12:29:19 -07:00
parent 79f0f31646
commit eb40c9085b
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ import {ErrorBoundary} from '#/view/com/util/ErrorBoundary'
import {Text} from '#/view/com/util/text/Text'
import {Login} from '#/screens/Login'
import {Signup} from '#/screens/Signup'
import {LandingScreen} from '#/screens/StarterPack'
import {LandingScreen} from '#/screens/StarterPack/StarterPackLandingScreen'
import {SplashScreen} from './SplashScreen'
enum ScreenState {