import { defineStore } from 'pinia'; export const useStyleStore = defineStore('style', () => ({ isDarkTheme: true, }));