#Job Vacancy
## feat - Tampilan user ### No Issuue
This commit is contained in:
15
src/app_modules/job/non_user_view/view.tsx
Normal file
15
src/app_modules/job/non_user_view/view.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
"use client";
|
||||
|
||||
import { Stack, Text } from "@mantine/core";
|
||||
import ComponentJob_DetailData from "../component/detail/detail_data";
|
||||
|
||||
export default function Job_NonUserView() {
|
||||
return (
|
||||
<>
|
||||
<Stack>
|
||||
<ComponentJob_DetailData />
|
||||
<Text></Text>
|
||||
</Stack>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user