Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix: use native JS class in 'not-found' route
Browse files Browse the repository at this point in the history
  • Loading branch information
MitanOmar committed Apr 14, 2023
1 parent c0ce893 commit 2e9a11f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/notfound/route.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/**
* @module timed
* @submodule timed-routes
* @public
*/
import Route from "@ember/routing/route";

/**
Expand All @@ -12,4 +7,4 @@ import Route from "@ember/routing/route";
* @extends Ember.Route
* @public
*/
export default Route.extend({});
export default Route;

0 comments on commit 2e9a11f

Please sign in to comment.