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