parent
0e5ba24c81
commit
42b8756e8c
@ -0,0 +1,9 @@
|
|||||||
|
import {Text} from "react-native";
|
||||||
|
|
||||||
|
export default function ArtistView() {
|
||||||
|
return (
|
||||||
|
<View>
|
||||||
|
<Text>bonjour</Text>
|
||||||
|
</View>
|
||||||
|
)
|
||||||
|
}
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue