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