Created
July 19, 2017 00:02
-
-
Save gauntface/9e9832f1abe49c6dfb7e1ce54aec3281 to your computer and use it in GitHub Desktop.
An example workbox-routing/umd.js file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Router from './lib/Router'; | |
import Route from './lib/Route'; | |
import ExpressRoute from './lib/ExpressRoute'; | |
import routing from './module.js'; | |
export { | |
Router, | |
Route, | |
ExpressRoute | |
} | |
export default routing; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment