gpt4ui / src /store /index.ts
ngoctuanai's picture
Upload 135 files
076ace8
raw
history blame
150 Bytes
import type { App } from 'vue'
import { store } from './helper'
export function setupStore(app: App) {
app.use(store)
}
export * from './modules'