7 lines
148 B
TypeScript
7 lines
148 B
TypeScript
import { Text } from "react-native";
|
|
|
|
export default function CreateDiscussionGeneral(){
|
|
return(
|
|
<Text>Tambah diskusi general</Text>
|
|
)
|
|
} |