Skip to content

Instantly share code, notes, and snippets.

@somebody32
Created January 26, 2016 19:17
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 somebody32/130e811a47593681e95a to your computer and use it in GitHub Desktop.
Save somebody32/130e811a47593681e95a to your computer and use it in GitHub Desktop.
./apps/index.js
import Router from './router';
export default () => {
new Router();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment