pvern/app/index.tsx
2023-03-20 22:37:20 +01:00

6 lines
117 B
TypeScript

import { Redirect } from "expo-router";
export default function RootPage() {
return <Redirect href="/nodes" />;
}