Add favoriting from context menu

This commit is contained in:
jeffvli 2023-01-07 18:23:10 -08:00
parent f4f06abd72
commit 0aa0e51daa
5 changed files with 94 additions and 9 deletions

View file

@ -4,3 +4,5 @@ export * from './components/play-button';
export * from './utils';
export * from './components/library-header';
export * from './components/library-header-bar';
export * from './mutations/create-favorite-mutation';
export * from './mutations/delete-favorite-mutation';