| Línea 7... |
Línea 7... |
| 7 |
import Row from '@components/common/Row'
|
7 |
import Row from '@components/common/Row'
|
| 8 |
import Form from '@components/common/form'
|
8 |
import Form from '@components/common/form'
|
| 9 |
import Input from '@components/UI/inputs/Input'
|
9 |
import Input from '@components/UI/inputs/Input'
|
| 10 |
import Widget from '@components/UI/Widget'
|
10 |
import Widget from '@components/UI/Widget'
|
| 11 |
import TabPanel from '@components/common/tab-panel'
|
11 |
import TabPanel from '@components/common/tab-panel'
|
| 12 |
import Ckeditor from '@components/UI/Ckeditor'
|
12 |
import Ckeditor from '@components/common/ckeditor/Ckeditor'
|
| 13 |
import Select from '@components/UI/inputs/Select'
|
13 |
import Select from '@components/UI/inputs/Select'
|
| 14 |
import CheckboxInput from '@components/UI/inputs/Checkbox'
|
14 |
import CheckboxInput from '@components/UI/inputs/Checkbox'
|
| 15 |
import LoadingWrapper from '@components/common/loading-wrapper'
|
15 |
import LoadingWrapper from '@components/common/loading-wrapper'
|
| Línea 16... |
Línea 16... |
| 16 |
|
16 |
|