Skip to content

Instantly share code, notes, and snippets.

@chardos
Created December 9, 2018 02:37
Show Gist options
  • Save chardos/6769a314605ecceb111bdfc0a622ece3 to your computer and use it in GitHub Desktop.
Save chardos/6769a314605ecceb111bdfc0a622ece3 to your computer and use it in GitHub Desktop.
// transformed.js
import dogs from "./dogs";
import cats from "./cats";
import mice from "./mice";
export default {
dogs,
cats,
mice
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment