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';