Files
JKVideo/app/live/_layout.tsx
Developer 829d175baa 1
2026-03-16 16:20:59 +08:00

6 lines
97 B
TypeScript

import { Slot } from 'expo-router';
export default function LiveLayout() {
return <Slot />;
}