Feat: Credits #131

Merged
KevinMidboe merged 13 commits from feat/credits into feat/cookie-authentication 2022-08-15 21:58:54 +00:00
Showing only changes of commit f2c77e092d - Show all commits

View File

@@ -1,5 +1,5 @@
import Movie from "./Movie";
import Show from "./Show";
import Movie from "./movie";
import Show from "./show";
class Credits {
constructor(id, cast = [], crew = []) {