mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Add prettier
This commit is contained in:
parent
08da3030b0
commit
450528ff00
61 changed files with 516 additions and 1456 deletions
|
|
@ -2,9 +2,9 @@
|
|||
import _ from '_';
|
||||
import ko from 'ko';
|
||||
import {componentExportHelper} from 'Component/Abstract';
|
||||
import {AbstracCheckbox} from 'Component/AbstracCheckbox';
|
||||
import {AbstractCheckbox} from 'Component/AbstractCheckbox';
|
||||
|
||||
class CheckboxMaterialDesignComponent extends AbstracCheckbox
|
||||
class CheckboxMaterialDesignComponent extends AbstractCheckbox
|
||||
{
|
||||
/**
|
||||
* @param {Object} params
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue