From d1f34b47df8c39fcdee1a1b19d5d8a5e1dc35e7f Mon Sep 17 00:00:00 2001 From: Dobbymin Date: Mon, 14 Oct 2024 13:06:38 +0900 Subject: [PATCH] =?UTF-8?q?!Hotfix:=20build=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/sinitto/hello-call/hello-call-list/assets/index.ts | 0 src/pages/sinitto/hello-call/hello-call-list/index.ts | 1 - 2 files changed, 1 deletion(-) delete mode 100644 src/pages/sinitto/hello-call/hello-call-list/assets/index.ts diff --git a/src/pages/sinitto/hello-call/hello-call-list/assets/index.ts b/src/pages/sinitto/hello-call/hello-call-list/assets/index.ts deleted file mode 100644 index e69de29b..00000000 diff --git a/src/pages/sinitto/hello-call/hello-call-list/index.ts b/src/pages/sinitto/hello-call/hello-call-list/index.ts index 291f4aa7..b5a3635a 100644 --- a/src/pages/sinitto/hello-call/hello-call-list/index.ts +++ b/src/pages/sinitto/hello-call/hello-call-list/index.ts @@ -1,4 +1,3 @@ export { default as HelloCallListPage } from './HelloCallListPage'; -export * from './assets'; export * from './components';