import { defineStore } from 'pinia' export const useStore=defineStore('serbia',{ state:()=>{ return { tabIndex:0, } }, actions:{ } })