mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +00:00
Remove unused imports
This commit is contained in:
@@ -1,9 +1,4 @@
|
|||||||
import { canvasEncode } from 'client/lazy-app/util/canvas';
|
import { inputFieldChecked } from 'client/lazy-app/util';
|
||||||
import {
|
|
||||||
abortable,
|
|
||||||
blobToArrayBuffer,
|
|
||||||
inputFieldChecked,
|
|
||||||
} from 'client/lazy-app/util';
|
|
||||||
import { EncodeOptions } from '../shared/meta';
|
import { EncodeOptions } from '../shared/meta';
|
||||||
import type WorkerBridge from 'client/lazy-app/worker-bridge';
|
import type WorkerBridge from 'client/lazy-app/worker-bridge';
|
||||||
import { h, Component } from 'preact';
|
import { h, Component } from 'preact';
|
||||||
|
|||||||
Reference in New Issue
Block a user