feishin/src/renderer/features/sharing/index.ts
Benjamin cb2597d2c8
Implement Navidrome sharing (#575)
* add share item feature

* take care of (mostly) everything

* bugfixes

* allow clicking on notification to open url

* readd the missing modal after router migration

* remove unnecessary extension

---------

Co-authored-by: Kendall Garner <17521368+kgarner7@users.noreply.github.com>
2024-04-22 03:03:22 +00:00

2 lines
104 B
TypeScript

export * from './components/share-item-context-modal';
export * from './mutations/share-item-mutation';