mirror of
https://gitee.com/wanwujie/sub2api-mobile
synced 2026-04-20 23:04:46 +08:00
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
import { Redirect } from 'expo-router';
|
|
|
|
export default function IndexScreen() {
|
|
return <Redirect href="/monitor" />;
|
|
}
|