mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 14:55:48 +00:00
Drop unused TextAreaComponent
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import { AbstractInput } from 'Component/AbstractInput';
|
||||
|
||||
export class TextAreaComponent extends AbstractInput {
|
||||
/**
|
||||
* @param {Object} params
|
||||
*/
|
||||
constructor(params) {
|
||||
super(params);
|
||||
|
||||
this.rows = params.rows || 5;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user