feat: pages

This commit is contained in:
Max Koon
2025-11-15 18:49:17 -05:00
parent 9834b9518b
commit 641dc25bee
11 changed files with 177 additions and 163 deletions

View File

@@ -0,0 +1,5 @@
import { Text } from "react-native";
export function Settings() {
return <Text>Settings</Text>;
}