index.js 124 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 import { createPinia } from 'pinia' const store = createPinia(); export default store; export * from './modules/notice'