mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 14:55:19 +00:00
8 lines
193 B
TypeScript
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 />;
|
|
}
|