Add: - app/(application)/(user)/job/ Event: Fix: - app/(application)/(user)/event/(tabs)/_layout.tsx : penggunaan icon terpusat Collaboration: Fix: - app/(application)/(user)/collaboration/(tabs)/_layout.tsx : penggunaan icon terpusat Home Fix: - Penambahan onPres ke job Component Add: - Icon: home, status # No Issue
10 lines
192 B
TypeScript
10 lines
192 B
TypeScript
import { TextCustom, ViewWrapper } from "@/components";
|
|
|
|
export default function JobCreate() {
|
|
return (
|
|
<ViewWrapper>
|
|
<TextCustom>Job Create</TextCustom>
|
|
</ViewWrapper>
|
|
);
|
|
}
|