diff --git a/src/utils/index.ts b/src/utils/index.ts index 1b00e7f..274ceab 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -1,7 +1,6 @@ export * from './auth' export * from './const' export * from './crypto' -export * from './dvm' export * from './hash' export * from './localStorage' export * from './mark'