feat: add auth to context
This commit is contained in:
7
packages/ui/src/settings/general.tsx
Normal file
7
packages/ui/src/settings/general.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Text } from "react-native";
|
||||
|
||||
export function General() {
|
||||
return <Text style={{ fontFamily: 'mono' }}>Welcome to settings</Text>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user