diff options
Diffstat (limited to 'vnext/src')
-rw-r--r-- | vnext/src/components/Feeds.js | 1 | ||||
-rw-r--r-- | vnext/src/components/Thread.js | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/vnext/src/components/Feeds.js b/vnext/src/components/Feeds.js index e79d7f83..d0123016 100644 --- a/vnext/src/components/Feeds.js +++ b/vnext/src/components/Feeds.js @@ -1,4 +1,3 @@ -import 'whatwg-fetch'; import React from 'react'; import PropTypes from 'prop-types'; import * as qs from 'query-string'; diff --git a/vnext/src/components/Thread.js b/vnext/src/components/Thread.js index a1abdd6c..16a662cc 100644 --- a/vnext/src/components/Thread.js +++ b/vnext/src/components/Thread.js @@ -1,4 +1,3 @@ -import 'whatwg-fetch'; import React from 'react'; import * as qs from 'query-string'; |