diff --git a/src/movie/movie.js b/src/movie/movie.js deleted file mode 100644 index 9af8bfb..0000000 --- a/src/movie/movie.js +++ /dev/null @@ -1,12 +0,0 @@ -class Movie { - constructor(title, year) { - this.id = undefined; - this.title = title; - this.year = year; - this.release_date = undefined; - this.library = undefined; - this.type = undefined; - } -} - -module.exports = Movie; \ No newline at end of file