Skip to content

Commit

Permalink
fix for bad merge on router
Browse files Browse the repository at this point in the history
  • Loading branch information
dgavey committed Mar 28, 2021
1 parent ce66abb commit deeba1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"ember-page-title": "^6.2.1",
"ember-qunit": "^5.1.2",
"ember-resolver": "^8.0.2",
"ember-source": "~3.25.1",
"ember-source": "~3.26.1",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^2.18.1",
"ember-try": "^1.4.0",
Expand Down
1 change: 0 additions & 1 deletion tests/dummy/app/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ Router.map(function() {
this.route("multiple");
});

export default Router;

0 comments on commit deeba1d

Please sign in to comment.