mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-04 05:52:44 +08:00
3 lines
123 B
JavaScript
3 lines
123 B
JavaScript
import { AbstractCheckbox } from 'Component/AbstractCheckbox';
|
|
|
|
export class CheckboxComponent extends AbstractCheckbox {}
|