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