Skip to content

Commit 36e88e8

Browse files
committed
Merge branch 'fix/bug/hyl' of https://github.com/FE9-2/workroot into fix/bug/hyl
2 parents cd7804c + 9d6c701 commit 36e88e8

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

public/favicon.ico

1.75 KB
Binary file not shown.

public/slogan.png

-90.8 KB
Binary file not shown.

public/testlogo.png

-35.7 KB
Binary file not shown.

public/text_logo.png

-106 KB
Binary file not shown.

src/app/(pages)/(workform)/addform/section/RecruitContentSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"use client";
22
import BaseInput from "@/app/components/input/text/BaseInput";
33
import BaseTextArea from "@/app/components/input/textarea/BaseTextArea";
4-
import ImageInput from "@/app/components/input/file/ImageInput/ImageInput";
54
import DatePickerInput from "@/app/components/input/dateTimeDaypicker/DatePickerInput";
65
import { cn } from "@/lib/tailwindUtil";
76
import { useFormContext } from "react-hook-form";
@@ -12,6 +11,7 @@ import useUploadImages from "@/hooks/queries/user/me/useImageUpload";
1211
import { formatToLocaleDate } from "@/utils/formatters";
1312
import DotLoadingSpinner from "@/app/components/loading-spinner/DotLoadingSpinner";
1413
import { isDirty } from "zod";
14+
import ImageInput from "@/app/components/input/file/ImageInput/ImageInput";
1515

1616
// 워크폼 만들기 - 사장님 - 1-모집내용
1717

0 commit comments

Comments
 (0)