wol-dash/src/lib/v2/globalStores.ts
axel 2ac2650f99 feat: v2 dashboard
made from headless components from BitsUI to make the app more
accessible
2025-04-16 11:36:53 +02:00

4 lines
81 B
TypeScript

import { writable } from 'svelte/store';
export const pageTitle = writable('');