UNPKG

@shakthillc/components

Version:

React generic components for shakthi products

7 lines (6 loc) 273 B
export var genres = [{ _id: "5b21ca3eeb7f6fbccd471818", name: "Action" }, { _id: "5b21ca3eeb7f6fbccd471814", name: "Comedy" }, { _id: "5b21ca3eeb7f6fbccd471820", name: "Thriller" }]; export function getGenres() { return genres.filter(function (g) { return g; }); }