import { ref, computed } from 'vue' import { defineStore } from 'pinia' export const useNewsStore = defineStore('news', () => { })