diff options
author | Vitaly Takmazov | 2018-06-18 11:30:30 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:52 +0300 |
commit | 1a6cb958928513dcb3989a61bf257c699424f4d6 (patch) | |
tree | 9f9950f64879a0b56ac55c7bea1819bae1cf57fc /vnext/src | |
parent | c91a070f5d3d9bd66b5195b3cf45fbf9a2f1aca4 (diff) |
fetch polyfill is dev dependency
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'; |