mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-08 07:28:37 +08:00
6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
import { Slot } from 'expo-router';
|
|
|
|
export default function VideoLayout() {
|
|
return <Slot />;
|
|
}
|