Handle web, set up new organization

This commit is contained in:
Eric Bailey
2025-01-16 18:30:13 -06:00
parent 76485df01c
commit 82a29587a2
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -86,10 +86,10 @@ import {
StarterPackScreenShort,
} from '#/screens/StarterPack/StarterPackScreen'
import {Wizard} from '#/screens/StarterPack/Wizard'
import {VideoFeed} from '#/screens/VideoFeed'
import {useTheme} from '#/alf'
import {router} from '#/routes'
import {Referrer} from '../modules/expo-bluesky-swiss-army'
import {VideoFeed} from './screens/Feeds/VibeScreen'
import {AboutSettingsScreen} from './screens/Settings/AboutSettings'
import {AccessibilitySettingsScreen} from './screens/Settings/AccessibilitySettings'
import {AccountSettingsScreen} from './screens/Settings/AccountSettings'
+1
View File
@@ -0,0 +1 @@
export {VideoFeed} from '#/screens/Feeds/VibeScreen'
+3
View File
@@ -0,0 +1,3 @@
export function VideoScreen() {
return null
}