clear unused imports

This commit is contained in:
Megghy
2023-12-19 10:41:04 +08:00
parent 89911c7ad2
commit 283f3e11f4
46 changed files with 330 additions and 514 deletions

View File

@@ -29,7 +29,7 @@ function saveCompoent() {
saveAs(data, props.fileName + '.png')
},
'image/png',
1
1,
)
})
}