aboutsummaryrefslogtreecommitdiff
path: root/src/components.ts
diff options
context:
space:
mode:
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> {