0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/routes/settings/users.js
2014-07-25 16:04:19 +02:00

3 lines
101 B
JavaScript

var UsersRoute = Ember.Route.extend(SimpleAuth.AuthenticatedRouteMixin);
export default UsersRoute;