remove default exports
major version 1.x
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import TMDB from './tmdb';
|
||||
import {TMDB} from './tmdb';
|
||||
|
||||
export * from './types';
|
||||
export * from './utils';
|
||||
|
||||
export default TMDB;
|
||||
export {
|
||||
TMDB
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user