fix folder
deskripsi: - pindah folder portofolio ke (user)
This commit is contained in:
11
app/(application)/(user)/portofolio/[id]/create.tsx
Normal file
11
app/(application)/(user)/portofolio/[id]/create.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { TextCustom, ViewWrapper } from "@/components";
|
||||
import { useLocalSearchParams } from "expo-router";
|
||||
|
||||
export default function PortofolioCreate() {
|
||||
const { id } = useLocalSearchParams();
|
||||
return (
|
||||
<ViewWrapper>
|
||||
<TextCustom>Portofolio Create {id}</TextCustom>
|
||||
</ViewWrapper>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user