Skip to content

Commit cc9bb65

Browse files
author
Ryan P Kilby
committed
Export Router at end of file
1 parent 814453b commit cc9bb65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/router.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const historyBackends = {
1616
* @param {Object} [options]
1717
*/
1818

19-
export default class Router {
19+
class Router {
2020

2121
constructor ({
2222
hashbang = true,
@@ -96,3 +96,5 @@ export default class Router {
9696
}
9797

9898
Router.installed = false
99+
100+
export default Router

0 commit comments

Comments
 (0)