Skip to content

Commit

Permalink
chore: lint ์ ์šฉ
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludovico7 committed Nov 26, 2024
1 parent 2d9f87a commit 629e6c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import CloseIcon from "@assets/icons/close.svg?react";
import { useModal } from "@src/components/modal/useModal";
import { PageIconButton } from "../pageIconButton/PageIconButton";
import { PageIconModal } from "../pageIconButton/PageIconModal";
import { pageItemContainer, iconBox, textBox, deleteBox } from "./PageItem.style";
import { pageItemContainer, textBox, deleteBox } from "./PageItem.style";

interface PageItemProps {
id: string;
Expand Down

0 comments on commit 629e6c2

Please sign in to comment.