fix(frontend/player): export WebPlayer type
This commit is contained in:
parent
7a3ef9bc21
commit
291fe0d409
1 changed files with 4 additions and 3 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue