class ProjectManagerRoutes extends Config('hn.projects.components')
    constructor: ($stateProvider, $locationProvider, e) ->
        $stateProvider
            .state('hn.projects', {
                url: ''
                abstract: true
                template: "<ui-view/>"
            })

