mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
chore: Usa mithril-utilities
per Component, Form e Request
This commit is contained in:
@@ -5,12 +5,12 @@ import {
|
||||
Vnode,
|
||||
VnodeDOM
|
||||
} from 'mithril';
|
||||
|
||||
import {Form} from 'mithril-utilities';
|
||||
import Stream from 'mithril/stream';
|
||||
import {Class} from 'type-fest';
|
||||
|
||||
import Form from '~/Components/Form';
|
||||
import MdIcon from '~/Components/MdIcon';
|
||||
import RecordDialog, {RecordDialogAttributes} from '~/Components/Dialogs/RecordDialog';
|
||||
import MdIcon from '~/Components/MdIcon';
|
||||
import Model from '~/Models/Model';
|
||||
import {
|
||||
VnodeCollection,
|
||||
|
Reference in New Issue
Block a user