ximg: remove unused import
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/653/head
parent
70bac31f51
commit
79347da0d0
|
@ -1,6 +1,5 @@
|
||||||
import { API } from '../../services/API';
|
import { API } from '../../services/API';
|
||||||
import { workerImporter } from '../../worker';
|
import { workerImporter } from '../../worker';
|
||||||
import * as nativex from '../../native';
|
|
||||||
import type * as w from './XImgWorker';
|
import type * as w from './XImgWorker';
|
||||||
|
|
||||||
// Global web worker to fetch images
|
// Global web worker to fetch images
|
||||||
|
|
Loading…
Reference in New Issue