aboutsummaryrefslogtreecommitdiff
path: root/src/components.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-24 16:14:23 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-24 16:14:23 +0200
commit1c8206f8c0c8921643aa1b070fbe6648411300fe (patch)
tree1ee523e701fa369d0290d14e50a6f0b3cb5fb50f /src/components.ts
parentfc53a08bb0ffaf2bd49408f50701f17cdd603fb9 (diff)
remove dead code and add comments
Diffstat (limited to 'src/components.ts')
-rw-r--r--src/components.ts6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/components.ts b/src/components.ts
index 569810f3a..bef3cff42 100644
--- a/src/components.ts
+++ b/src/components.ts
@@ -16,11 +16,15 @@
/**
- * General helper components
+ * General helper React components.
*
* @author Florian Dold
*/
+
+/**
+ * Imports.
+ */
import * as React from "react";
export interface StateHolder<T> {