fix(frontend/player): export WebPlayer type

This commit is contained in:
Alex Kaminskii 2022-11-15 22:00:49 +01:00
parent 7a3ef9bc21
commit 291fe0d409

View file

@ -1,6 +1,7 @@
export * from './_store';
export * from './_web/assist/AssistManager';
export * from './_web/assist/LocalStream';
export * from './_singletone';
export * from './_web/WebPlayer';
export * from './create';
export * from './create';
export * from './_store';
export * from './_singletone';