diff --git a/src/components/gathering/editor/GatheringEditor.tsx b/src/components/gathering/editor/GatheringEditor.tsx index f20ae0be..c118384f 100644 --- a/src/components/gathering/editor/GatheringEditor.tsx +++ b/src/components/gathering/editor/GatheringEditor.tsx @@ -1,4 +1,6 @@ +import Breadcrumbs from "@/components/common/Breadcrumb"; import GatheringEditorCategoryContainer from "@/containers/gathering/editor/GatheringEditorCategoryContainer"; +import GatheringEditorChattingLinkContainer from "@/containers/gathering/editor/GatheringEditorChattingLinkContainer"; import GatheringEditorContentContainer from "@/containers/gathering/editor/GatheringEditorContentContainer"; import GatheringEditorDeadlineContainer from "@/containers/gathering/editor/GatheringEditorDeadlineContainer"; import GatheringEditorHashTagContainer from "@/containers/gathering/editor/GatheringEditorHashTagContainer"; @@ -7,12 +9,10 @@ import GatheringEditorPeriodContainer from "@/containers/gathering/editor/Gather import GatheringEditorPlaceContainer from "@/containers/gathering/editor/GatheringEditorPlaceContainer"; import GatheringEditorTitleContainer from "@/containers/gathering/editor/GatheringEditorTitleContainer"; import Image from "next/image"; -import Link from "next/link"; import "react-date-range/dist/styles.css"; import "react-date-range/dist/theme/default.css"; import { useFormContext } from "react-hook-form"; import GatheringEditorTimeContainer from "./GatheringEditorTimeContainer"; -import Breadcrumbs from "@/components/common/Breadcrumb"; interface IGatheringEditorEditProps { isEdit: true; @@ -52,16 +52,21 @@ const GatheringEditor = (props: IGatheringEditorProps) => {