-
-
Notifications
You must be signed in to change notification settings - Fork 943
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d1bd0f4
commit 6fb45ec
Showing
7 changed files
with
25 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export default ['Audiolivro', 'Ebook', 'Capa mole', 'Capa dura']; | ||
export default ['Audiolivro', 'Capa dura', 'Capa mole', 'Ebook']; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
export default [ | ||
'Aventura', | ||
'Biografia', | ||
'Negócios', | ||
'Literatura Infantil', | ||
'Clássico', | ||
'Comédia', | ||
'Quadrinhos', | ||
'Detetive', | ||
'Drama', | ||
'Fantasia', | ||
'Romance Gráfico', | ||
'Faroeste', | ||
'Ficção Científica', | ||
'Ficção Histórica', | ||
'Terror', | ||
'Filosofia', | ||
'Literatura Infantil', | ||
'Memórias', | ||
'Mistério', | ||
'Mitologia', | ||
'Filosofia', | ||
'Negócios', | ||
'Poesia', | ||
'Psicologia', | ||
'Quadrinhos', | ||
'Religião', | ||
'Romance', | ||
'Ficção Científica', | ||
'Romance Gráfico', | ||
'Suspense', | ||
'Faroeste', | ||
]; | ||
'Terror', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,4 @@ const book: BookDefinition = { | |
title, | ||
}; | ||
|
||
export default book; | ||
export default book; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ export default [ | |
'Série Vaga-Lume', | ||
'Sítio do Picapau Amarelo', | ||
'Trilogia do Descobrimento', | ||
]; | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters