Added babel for ES6 functionality. In this case the new import statements
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const Movie = require('src/tmdb/types/movie');
|
||||
import { Movie } from './types'
|
||||
|
||||
const tmdbSwitcher = (tmdbMovie, property) => tmdbMovie[property]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user