From cf894b7d19ed907726089f4a968785b8b0553d49 Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Thu, 10 Dec 2020 12:34:50 -0500 Subject: [PATCH] fix --- src/client/lazy-app/Compress/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/lazy-app/Compress/index.tsx b/src/client/lazy-app/Compress/index.tsx index 3ff9307e..9d737155 100644 --- a/src/client/lazy-app/Compress/index.tsx +++ b/src/client/lazy-app/Compress/index.tsx @@ -33,6 +33,7 @@ import WorkerBridge from '../worker-bridge'; import { resize } from 'features/processors/resize/client'; import type SnackBarElement from 'shared/custom-els/snack-bar'; import Transform from './Transform'; +import { generateCliInvocation } from '../util/cli'; export type OutputType = EncoderType | 'identity';