mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-13 14:39:52 +03:00
8 lines
166 B
JavaScript
8 lines
166 B
JavaScript
|
import styleBody from 'ghost/mixins/style-body';
|
||
|
|
||
|
var SignupRoute = Ember.Route.extend(styleBody, {
|
||
|
classNames: ['ghost-signup']
|
||
|
});
|
||
|
|
||
|
export default SignupRoute;
|