resourcing tabs
deskripsi: - coba tabs
This commit is contained in:
9
app/(application)/katalog/index.tsx
Normal file
9
app/(application)/katalog/index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Text, View } from "react-native";
|
||||
|
||||
export default function Katalog() {
|
||||
return (
|
||||
<View>
|
||||
<Text>Katalog</Text>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user