Shared Clairview Studio state for use in components, extensions, and the @clairview/app
routes. Stores are
Pinia-based stores.
pnpm add @clairview/stores
import { useAppStore } from '@clairview/stores';
const appStore = useAppStore();
This package is licensed under the MIT License. See the LICENSE file for more information.