import EmberObject from "@ember/object"; /** * AutoLocation will select the best location option based off browser support with the priority order: history, hash, none. */ export default class AutoLocation extends EmberObject {}