-
Notifications
You must be signed in to change notification settings - Fork 0
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
eb4760f
commit 66ad89d
Showing
4 changed files
with
49 additions
and
23 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
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
import arabe from './arabe.svg' | ||
import cafeComLeite from './cafe-com-leite.svg' | ||
import capuccino from './capuccino.svg' | ||
import chocolateQuente from './chocolate-quente.svg' | ||
import cubano from './cubano.svg' | ||
import expressoAmericano from './expresso-americano.svg' | ||
import expressoCremoso from './expresso-cremoso.svg' | ||
import expressoGelado from './expresso-gelado.svg' | ||
import expressoTradicional from './expresso-tradicional.svg' | ||
import havaiano from './havaiano.svg' | ||
import irlandes from './irlandes.svg' | ||
import latte from './latte.svg' | ||
import macchiato from './macchiato.svg' | ||
import mocaccino from './mocaccino.svg' | ||
|
||
export const allCoffeeImages = { | ||
arabe, | ||
cafeComLeite, | ||
capuccino, | ||
chocolateQuente, | ||
cubano, | ||
expressoAmericano, | ||
expressoCremoso, | ||
expressoGelado, | ||
expressoTradicional, | ||
havaiano, | ||
irlandes, | ||
latte, | ||
macchiato, | ||
mocaccino, | ||
} |