94b4dc6f82
there is no need to tell the server which locale is prefered by client
4 lines
178 B
JavaScript
4 lines
178 B
JavaScript
import PageObject from 'ember-cli-page-object';
|
|
import { defaultsForApplication } from 'croodle/tests/pages/defaults';
|
|
|
|
export default PageObject.create(defaultsForApplication);
|