deskripsi: - drawer & alert - screen baru: edit profile, update photo, update background, create portofolio
9 lines
171 B
TypeScript
9 lines
171 B
TypeScript
import { Text, View } from "react-native";
|
|
|
|
export default function Portofolio() {
|
|
return (
|
|
<View>
|
|
<Text>Portofolio</Text>
|
|
</View>
|
|
);
|
|
} |