Skip to content

Commit e7b7acb

Browse files
yuanjackie1jasnoo
authored andcommitted
Updated importHandler type
1 parent 78f9d11 commit e7b7acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/containers/ButtonsContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function exportHandler(snapshots: []): void {
3030
URL.revokeObjectURL(fileDownload.href);
3131
}
3232

33-
function importHandler(dispatch: (a: unknown) => void) {
33+
function importHandler(dispatch: (a: unknown) => void): void {
3434
const fileUpload = document.createElement('input');
3535
fileUpload.setAttribute('type', 'file');
3636

0 commit comments

Comments
 (0)