move jszip to async import

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
TRIGUBF
2023-08-23 17:13:54 +02:00
committed by Fredrik Adelöw
parent 149c6f03ca
commit a40410b42c
@@ -26,7 +26,7 @@ import React, {
useRef,
useState,
} from 'react';
import JSZip from 'jszip';
const {default: JSZip} = await import('jszip');
import {
scaffolderApiRef,
ScaffolderDryRunResponse,