All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
8 lines
80 B
JavaScript
8 lines
80 B
JavaScript
module.exports = [
|
|
// Form.
|
|
'button',
|
|
'input',
|
|
'select',
|
|
'textarea'
|
|
]
|