mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Drop the mostly unused InputComponent and use normal <input>
This commit is contained in:
parent
b28d818c86
commit
8ea778a8d4
12 changed files with 67 additions and 130 deletions
|
|
@ -8,7 +8,6 @@ import { i18nToNodes, initOnStartOrLangChange } from 'Common/Translator';
|
|||
import { LanguageStore } from 'Stores/Language';
|
||||
import { ThemeStore } from 'Stores/Theme';
|
||||
|
||||
import { InputComponent } from 'Component/Input';
|
||||
import { SelectComponent } from 'Component/Select';
|
||||
import { CheckboxMaterialDesignComponent } from 'Component/MaterialDesign/Checkbox';
|
||||
|
||||
|
|
@ -45,7 +44,6 @@ export class AbstractApp {
|
|||
}
|
||||
});
|
||||
|
||||
register('Input', InputComponent);
|
||||
register('Select', SelectComponent);
|
||||
register('Checkbox', CheckboxMaterialDesignComponent, 'CheckboxMaterialDesignComponent');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue