Files
JKVideo/app/live/_layout.tsx

6 lines
97 B
TypeScript
Raw Normal View History

2026-03-16 16:20:59 +08:00
import { Slot } from 'expo-router';
export default function LiveLayout() {
return <Slot />;
}