diff --git a/stores/index.ts b/stores/index.ts index e215dbb..3f2b504 100644 --- a/stores/index.ts +++ b/stores/index.ts @@ -1,3 +1,3 @@ -export { bleStore } from './BleStore' -export { userBalanceStore } from './UserBalanceStore' -export { userStore, useUserSession } from './UserStore' +export { bleStore } from './bleStore' +export { userBalanceStore } from './userBalanceStore' +export { userStore, useUserSession } from './userStore'