const treesDesktop = ''; const treesMobile = ''; // These codey-* ones are a bit of a hack for now: we were only given a PNG and limited time, so we're wrapping the PNG in an SVG. const codeyDesktop = ''; const codeyMobile = ''; const moonDesktop = ''; const blog = ``; export default { trees: { desktop: treesDesktop, mobile: treesMobile }, codey: { desktop: codeyDesktop, mobile: codeyMobile }, blog: { desktop: blog, mobile: blog }, moon: { desktop: moonDesktop, mobile: moonDesktop } };