From 5bc3072fcf28de4bbbe9386bc3f2e93b2e33908f Mon Sep 17 00:00:00 2001 From: prgmr99 Date: Sat, 28 Dec 2024 22:19:37 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20mock=20data=20=EC=A0=9C=EA=B1=B0=20-=20?= =?UTF-8?q?=EB=B9=8C=EB=93=9C=EC=97=90=EB=9F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/carousel/imageList.ts | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/components/carousel/imageList.ts diff --git a/src/components/carousel/imageList.ts b/src/components/carousel/imageList.ts deleted file mode 100644 index 950b1a81..00000000 --- a/src/components/carousel/imageList.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { Test1, Test2, Test3, Test4 } from '../../assets'; -import { Image } from '../../types'; - -export const imageList: Image[] = [ - { - fileName: 'test1.png', - url: Test1, - }, - { - fileName: 'test2.png', - url: Test2, - }, - { - fileName: 'test3.png', - url: Test3, - }, - { - fileName: 'test4.png', - url: Test4, - }, -];