From 1c8206f8c0c8921643aa1b070fbe6648411300fe Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 24 May 2017 16:14:23 +0200 Subject: remove dead code and add comments --- src/components.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/components.ts') 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 { -- cgit v1.2.3