refactor(player): remove old store and singletone imports

This commit is contained in:
Alex Kaminskii 2022-11-22 16:25:27 +01:00
parent 0d57722fec
commit f2bc1e56e3
2 changed files with 6 additions and 6 deletions

View file

@ -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';

View file

@ -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';