refactor(player): remove old store and singletone imports
This commit is contained in:
parent
0d57722fec
commit
f2bc1e56e3
2 changed files with 6 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
export * from './connector';
|
||||
export * from './store';
|
||||
export * from './selectors';
|
||||
export { default } from './store';
|
||||
// export * from './connector';
|
||||
// export * from './store';
|
||||
// export * from './selectors';
|
||||
// export { default } from './store';
|
||||
|
|
@ -3,5 +3,5 @@ export * from './_web/assist/LocalStream';
|
|||
export * from './_web/WebPlayer';
|
||||
export * from './create';
|
||||
|
||||
export * from './_store';
|
||||
export * from './_singletone';
|
||||
//export * from './_store';
|
||||
//export * from './_singletone';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue