/home/bdqbpbxa/api-uniferx.goodface.com.ua/nova-components/MultilangTextarea/resources/js/field.js
import IndexField from './components/IndexField'
import DetailField from './components/DetailField'
import FormField from './components/FormField'

Nova.booting((app, store) => {
  app.component('index-multilang-textarea', IndexField)
  app.component('detail-multilang-textarea', DetailField)
  app.component('form-multilang-textarea', FormField)
})