snappymail/dev/Component/Input.js

4 lines
111 B
JavaScript
Raw Normal View History

2019-07-05 03:19:24 +08:00
import { AbstractInput } from 'Component/AbstractInput';
2015-11-15 08:23:16 +08:00
export class InputComponent extends AbstractInput {}