parent
830ed3cf6a
commit
0be8bd45d9
@ -1,9 +1,9 @@
|
|||||||
import { FC} from "react"
|
import { FC} from "react"
|
||||||
import { Pressable, Text} from "react-native"
|
import { Pressable, Text} from "react-native"
|
||||||
import React from "react"
|
import React from "react"
|
||||||
import styles from "./style/ButtonGameChoice.style"
|
import styles from "./style/ButtonGameTypeChoice.style"
|
||||||
|
|
||||||
export const ButtonGameChoice:
|
export const ButtonGameTypeChoice:
|
||||||
FC<{ onPress: any; title?: any | undefined; }>
|
FC<{ onPress: any; title?: any | undefined; }>
|
||||||
=
|
=
|
||||||
({onPress,title}) =>
|
({onPress,title}) =>
|
Loading…
Reference in new issue