mirror of https://github.com/grafana/grafana
migration of org files from js to ts (#9974)
* migration of org files from js to ts * more migration of org files to ts * minor fix to change_password * renamed filespull/9978/head
parent
b7956ef499
commit
b94839574c
@ -1,12 +0,0 @@ |
||||
define([ |
||||
'./org_users_ctrl', |
||||
'./profile_ctrl', |
||||
'./org_users_ctrl', |
||||
'./select_org_ctrl', |
||||
'./change_password_ctrl', |
||||
'./newOrgCtrl', |
||||
'./userInviteCtrl', |
||||
'./orgApiKeysCtrl', |
||||
'./orgDetailsCtrl', |
||||
'./prefs_control', |
||||
], function () {}); |
@ -0,0 +1,10 @@ |
||||
import './org_users_ctrl'; |
||||
import './profile_ctrl'; |
||||
import './org_users_ctrl'; |
||||
import './select_org_ctrl'; |
||||
import './change_password_ctrl'; |
||||
import './new_org_ctrl'; |
||||
import './user_invite_ctrl'; |
||||
import './org_api_keys_ctrl'; |
||||
import './org_details_ctrl'; |
||||
import './prefs_control'; |
Loading…
Reference in new issue