mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 06:46:27 +00:00
4 lines
111 B
JavaScript
4 lines
111 B
JavaScript
import { AbstractInput } from 'Component/AbstractInput';
|
|
|
|
export class InputComponent extends AbstractInput {}
|