Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
andrews05 committed Mar 16, 2024
1 parent 9db572e commit e2514df
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/features/encoders/oxiPNG/client/index.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
import { canvasEncode } from 'client/lazy-app/util/canvas';
import {
abortable,
blobToArrayBuffer,
inputFieldChecked,
} from 'client/lazy-app/util';
import { inputFieldChecked } from 'client/lazy-app/util';
import { EncodeOptions } from '../shared/meta';
import type WorkerBridge from 'client/lazy-app/worker-bridge';
import { h, Component } from 'preact';
Expand Down

0 comments on commit e2514df

Please sign in to comment.