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.
 */
export default class HashLocation extends EmberObject {}
