feat(LRL App): init V0
This commit is contained in:
11
resources/js/actions/App/Http/Controllers/Settings/index.ts
Normal file
11
resources/js/actions/App/Http/Controllers/Settings/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import ProfileController from './ProfileController'
|
||||
import PasswordController from './PasswordController'
|
||||
import TwoFactorAuthenticationController from './TwoFactorAuthenticationController'
|
||||
|
||||
const Settings = {
|
||||
ProfileController: Object.assign(ProfileController, ProfileController),
|
||||
PasswordController: Object.assign(PasswordController, PasswordController),
|
||||
TwoFactorAuthenticationController: Object.assign(TwoFactorAuthenticationController, TwoFactorAuthenticationController),
|
||||
}
|
||||
|
||||
export default Settings
|
||||
Reference in New Issue
Block a user