mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-03 21:41:46 +08:00
3 lines
111 B
JavaScript
3 lines
111 B
JavaScript
import { AbstractInput } from 'Component/AbstractInput';
|
|
|
|
export class InputComponent extends AbstractInput {}
|