Created
June 1, 2020 09:23
-
-
Save numandev1/a19e50e9dd8eb8f8116bff340f6e8247 to your computer and use it in GitHub Desktop.
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
import image1 from './images/EE.png'; | |
import image2 from './images/EG.png'; | |
import image3 from './images/Egypt.png'; | |
import image4 from './images/EH.png'; | |
export const frame1=image1; | |
export const frame2=image2; | |
export const frame3=image3; | |
export const frame4=image1; | |
export const frame5=image2; | |
export const frame6=image3; | |
export const frame7=image4; | |
export const frame8=image1; | |
export const background=""; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment