import EmberObject from "@ember/object";
/**
* `Ember.HashLocation` implements the location API using the browser's
* hash. At present, it relies on a `hashchange` event existing in the
* browser.
*/exportdefaultclassHashLocation extends EmberObject {}