Skip to content

Instantly share code, notes, and snippets.

@daniele-zurico
Created June 5, 2018 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daniele-zurico/e21f1b0752a75e10bc4925d41bc159e7 to your computer and use it in GitHub Desktop.
Save daniele-zurico/e21f1b0752a75e10bc4925d41bc159e7 to your computer and use it in GitHub Desktop.
import helloSchema from "./hello.schema";
import userSchema from "./user.schema";
const schemas = [userSchema, helloSchema];
export default schemas;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment