1
1
mirror of https://github.com/c8r/x0.git synced 2024-09-19 17:47:56 +03:00

Export router

IMO it'd be nice to export the Router
without having to walk the dir structure

    import {
      Router
    } from '@compositor/x0'
This commit is contained in:
John Otander 2017-10-16 15:11:48 -06:00
parent 1ae4460183
commit 7f4eade7ac

View File

@ -1,2 +1,3 @@
module.exports.dev = require('./dev')
module.exports.static = require('./static')
module.exports.Router = require('./Router')