Initial commit
This commit is contained in:
5
app/index.tsx
Normal file
5
app/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Redirect } from "expo-router";
|
||||
|
||||
export default function RootPage() {
|
||||
return <Redirect href="/nodes" />;
|
||||
}
|
||||
Reference in New Issue
Block a user