summaryrefslogtreecommitdiff
path: root/src/stores/news.ts
blob: 31866babebbdcc5707292bfda6635561fb141102 (plain)
1
2
3
4
5
import { ref, computed } from 'vue'
import { defineStore } from 'pinia'

export const useNewsStore = defineStore('news', () => {
})