Skip to content

Commit

Permalink
Exports: export app & router
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmrcaga committed Mar 4, 2022
1 parent 3634022 commit 9cb66b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
const Router = require('./lib/router');
const App = require('./lib/app');

module.exports = { Router, App };

0 comments on commit 9cb66b5

Please sign in to comment.