Files
smart-crop-ui/crop-x/src/stores/index.ts

9 lines
462 B
TypeScript

export { useAuthStore } from './modules/auth'
export { useMachineryStore } from './modules/machinery'
export { useLandStore } from './modules/land'
export { useOperationStore } from './modules/operation'
export { useAssetStore } from './modules/asset'
export { useAIModelStore } from './modules/ai-model'
export { useIrrigationStore } from './modules/irrigation'
export { useConfigStore } from './modules/config'
export { useGlobalStore } from './modules/global'