|
@@ -26,19 +26,19 @@ import { DateFilter } from './date.filters';
|
|
import HelpDeskDetailComponent from './helpdesk-detail.component';
|
|
import HelpDeskDetailComponent from './helpdesk-detail.component';
|
|
import HelpDeskSearchTableComponent from './helpdesk-search-table.component';
|
|
import HelpDeskSearchTableComponent from './helpdesk-search-table.component';
|
|
import HelpDeskSearchCardsComponent from './helpdesk-search-cards.component';
|
|
import HelpDeskSearchCardsComponent from './helpdesk-search-cards.component';
|
|
-import LocalStorageService from '../services/local-storage.service';
|
|
|
|
-import ObjectService from '../services/object.service';
|
|
|
|
-import PersonCardDirective from '../peoplesearch/person-card.component';
|
|
|
|
-import PromiseService from '../services/promise.service';
|
|
|
|
|
|
+import LocalStorageService from '../../services/local-storage.service';
|
|
|
|
+import ObjectService from '../../services/object.service';
|
|
|
|
+import PersonCardDirective from '../../peoplesearch/person-card.component';
|
|
|
|
+import PromiseService from '../../services/promise.service';
|
|
import RecentVerificationsDialogController from './recent-verifications-dialog.controller';
|
|
import RecentVerificationsDialogController from './recent-verifications-dialog.controller';
|
|
-import uxModule from '../ux/ux.module';
|
|
|
|
|
|
+import uxModule from '../../ux/ux.module';
|
|
import VerificationsDialogController from './verifications-dialog.controller';
|
|
import VerificationsDialogController from './verifications-dialog.controller';
|
|
-import AutogenChangePasswordController from '../changepassword/autogen-change-password.controller';
|
|
|
|
-import RandomChangePasswordController from '../changepassword/random-change-password.controller';
|
|
|
|
-import SuccessChangePasswordController from '../changepassword/success-change-password.controller';
|
|
|
|
-import TypeChangePasswordController from '../changepassword/type-change-password.controller';
|
|
|
|
|
|
+import AutogenChangePasswordController from '../../changepassword/autogen-change-password.controller';
|
|
|
|
+import RandomChangePasswordController from '../../changepassword/random-change-password.controller';
|
|
|
|
+import SuccessChangePasswordController from '../../changepassword/success-change-password.controller';
|
|
|
|
+import TypeChangePasswordController from '../../changepassword/type-change-password.controller';
|
|
|
|
|
|
-require('../peoplesearch/peoplesearch.scss');
|
|
|
|
|
|
+require('../../peoplesearch/peoplesearch.scss');
|
|
|
|
|
|
const moduleName = 'help-desk';
|
|
const moduleName = 'help-desk';
|
|
|
|
|