5 lines
178 B
JavaScript
5 lines
178 B
JavaScript
|
import PageObject from 'ember-cli-page-object';
|
||
|
import { defaultsForApplication } from 'croodle/tests/pages/defaults';
|
||
|
|
||
|
export default PageObject.create(defaultsForApplication);
|