Safer imports in credits

This commit is contained in:
2022-08-15 23:38:53 +02:00
parent d6ac7e55e9
commit f2c77e092d

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 = []) {