aboutsummaryrefslogtreecommitdiff
path: root/src/locales/en/book/genre.ts
blob: d0f26aee2fb3c03293f64196abe43765322f5ac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
export default [
  'Adventure',
  'Biography',
  'Business',
  "Children's Literature",
  'Classic',
  'Comedy',
  'Comic',
  'Detective',
  'Drama',
  'Fantasy',
  'Graphic Novel',
  'Historical Fiction',
  'Horror',
  'Memoir',
  'Mystery',
  'Mythology',
  'Philosophy',
  'Poetry',
  'Psychology',
  'Religion',
  'Romance',
  'Science Fiction',
  'Thriller',
  'Western',
  'Young Adult',
];