Skip to content

Commit

Permalink
add settings on router export
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderKoko committed Mar 21, 2018
1 parent 4c9ae35 commit 9e78e1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/router/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
const Route = require('./lib/route')
const Settings = require('./lib/settings')
const InvalidRouteArguments = require('./lib/errors/invalid-route-arguments')

const

module.exports = {
Route,
InvalidRouteArguments
InvalidRouteArguments,
Settings
}

0 comments on commit 9e78e1a

Please sign in to comment.