import IndexField from './components/IndexField'
import DetailField from './components/DetailField'
import FormField from './components/FormField'
Nova.booting((app, store) => {
app.component('index-multilang-longtext', IndexField)
app.component('detail-multilang-longtext', DetailField)
app.component('form-multilang-longtext', FormField)
})