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, - }, -];