import EmberObject from "@ember/object"; /** * Ember.HistoryLocation implements the location API using the browser's * history.pushState API. */ export default class HistoryLocation extends EmberObject {}