diff options
Diffstat (limited to 'src/features/dataLoader/index.js')
-rw-r--r-- | src/features/dataLoader/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/features/dataLoader/index.js b/src/features/dataLoader/index.js index eccafb4..b2a273d 100644 --- a/src/features/dataLoader/index.js +++ b/src/features/dataLoader/index.js @@ -2,7 +2,6 @@ /// <reference lib="es2015" /> import Feature from "../../featureClass/class"; import socketConnection from "../../socketConnection"; -import { fetch } from "../../utils/networkUtils"; class DataLoader extends Feature { constructor() { |