mirror of
https://github.com/tiajinsha/JKVideo.git
synced 2026-04-04 22:49:02 +08:00
6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
import { Slot } from 'expo-router';
|
|
|
|
export default function VideoLayout() {
|
|
return <Slot />;
|
|
}
|