Files
opencode/packages/mobile-voice/src/components/app-tabs.tsx
2026-03-28 13:30:21 -04:00

8 lines
193 B
TypeScript

// Not used - single page app. Kept to avoid breaking template imports.
import { Slot } from 'expo-router';
import React from 'react';
export default function AppTabs() {
return <Slot />;
}