mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-01 00:05:51 +00:00
4 lines
123 B
JavaScript
4 lines
123 B
JavaScript
import { AbstractCheckbox } from 'Component/AbstractCheckbox';
|
|
|
|
export class CheckboxComponent extends AbstractCheckbox {}
|