Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit acb3409

Browse files
author
Anthony Gore
committed
Merge branch 'updated/060' into updated/066
2 parents 90c16fc + faeda66 commit acb3409

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/util/genres.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
export default Object.freeze({
2-
ACTION: 'Action',
3-
ADVENTURE: 'Adventure',
1+
module.exports = Object.freeze({
42
ANIMATION: 'Animation',
53
COMEDY: 'Comedy',
6-
FAMILY: 'Family',
4+
CRIME: 'Crime',
5+
DOCUMENTARY: 'Documentary',
6+
DRAMA: 'Drama',
77
FANTASY: 'Fantasy',
8-
MUSICAL: 'Musical',
9-
SCI_FI: 'Sci-Fi',
10-
THRILLER: 'Thriller'
8+
HORROR: 'Horror'
119
});

0 commit comments

Comments
 (0)