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