diff --git a/apps/web/src/pages/editing-planner/components/StickerPanel/components/StickerList.tsx b/apps/web/src/pages/editing-planner/components/StickerPanel/components/StickerList.tsx index 9fc6f6dca..261f94c0d 100644 --- a/apps/web/src/pages/editing-planner/components/StickerPanel/components/StickerList.tsx +++ b/apps/web/src/pages/editing-planner/components/StickerPanel/components/StickerList.tsx @@ -1,5 +1,5 @@ import React from "react" -import type { StickerItem } from "../../types" +import type { StickerItem } from "../../../types" export interface StickerListProps { items: StickerItem[] @@ -54,4 +54,4 @@ export const StickerList: React.FC = ({ ) -} +} \ No newline at end of file