Removed CheckboxSimple component (was only used at login)

This commit is contained in:
the-djmaze 2022-09-28 23:32:04 +02:00
parent 976b1d54bd
commit 456f304338
8 changed files with 38 additions and 61 deletions

View file

@ -1,3 +0,0 @@
import { AbstractCheckbox } from 'Component/AbstractCheckbox';
export class CheckboxComponent extends AbstractCheckbox {}