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