From 8f07e3a29be13595fd4131cee4e534bd2b84d837 Mon Sep 17 00:00:00 2001 From: Kiruthika Jeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com> Date: Sun, 15 Oct 2023 20:17:51 +0530 Subject: [PATCH] fix prettier lint issue --- src/packages/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/packages/index.ts b/src/packages/index.ts index b8013bf..cfb9ccc 100644 --- a/src/packages/index.ts +++ b/src/packages/index.ts @@ -28,4 +28,3 @@ export { default as Skeleton } from './Skeleton' export { default as Switch } from './Switch' export { default as Table } from './Table' export { default as Pagination } from './Pagination' -