Created
October 9, 2023 08:16
-
-
Save Mif2006/f927c437f991b9b4ab7c1c036e85a554 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
export const PurpleImages = [ | |
{ | |
src: SpaceCity1, | |
}, | |
{ | |
src: SpaceCity5, | |
}, | |
{ | |
src: SpaceCity8, | |
}, | |
{ | |
src: SpaceCity9, | |
}, | |
]; | |
export const OrangeImages = [ | |
{ | |
src: SpaceOrange1, | |
}, | |
{ | |
src: SpaceOrange2, | |
}, | |
{ | |
src: SpaceOrange3, | |
}, | |
{ | |
src: SpaceOrange4, | |
}, | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment