3 changed files with 1 additions and 25 deletions
@ -1,14 +0,0 @@ |
|||||
import React from "react"; |
|
||||
import { Text, View } from "react-native"; |
|
||||
import { useState } from "react"; |
|
||||
|
|
||||
function Settings(props){ |
|
||||
|
|
||||
return ( |
|
||||
<View> |
|
||||
<Text style={{color: 'black'}}>test</Text> |
|
||||
</View> |
|
||||
); |
|
||||
} |
|
||||
|
|
||||
export default Settings; |
|
Loading…
Reference in new issue