Skip to content

Commit

Permalink
(#79) 🐞 fix: 이미지 관련 컴포넌트 임포트
Browse files Browse the repository at this point in the history
  • Loading branch information
inaemon committed Nov 28, 2024
1 parent f6d4751 commit 007072e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/dialogs/ImgUrlModal.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React, { useState } from "react";
import Image from "next/image";
import closeButtonIcon from "@/src/assets/svg/chatbot_imagemodal_close_button.svg";

const ImgUrlModal = ({ imageUrl, onClose }: { imageUrl: string, onClose: () => void }) => {
Expand Down

0 comments on commit 007072e

Please sign in to comment.