From 679cc20b3b48abd957193440391c2713e15dd1d1 Mon Sep 17 00:00:00 2001
From: Simon Egersand <s.egersand@gmail.com>
Date: Sun, 01 Jan 2017 23:30:51 +0100
Subject: [PATCH] Fix namespace error for TS typings

---
 react-datetime.d.ts |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/react-datetime.d.ts b/react-datetime.d.ts
index fb4ae05..127db12 100644
--- a/react-datetime.d.ts
+++ b/react-datetime.d.ts
@@ -8,7 +8,6 @@
 //// <reference path="../moment/moment-node.d.ts" />
 
 declare module ReactDatetime {
-  import React = __React;
   // import * as moment from 'moment';
 
   export interface DatetimepickerProps {

--
Gitblit v1.9.3