Fixed import
All checks were successful
Build / Build NPM Project (push) Successful in 22s
Build / Tag Version (push) Successful in 4s

This commit is contained in:
2024-07-19 09:02:42 -04:00
parent 627757ff6d
commit 6998616445
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import {PromiseProgress} from './promise-progress.ts';
import {PromiseProgress} from './promise-progress';
export function download(href: any, name: string) {
const a = document.createElement('a');