Skip to content

Commit

Permalink
fix(zip): invalid import
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed May 8, 2024
1 parent 02f0768 commit b8dc2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/modules/zip/zip.page.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Component } from '@angular/core';
import { Directory, Filesystem } from '@capacitor/filesystem';
import { FileOpener } from '@capawesome-team/capacitor-file-opener';
import { Zip } from '@capawesome-team/capacitor-zip';
import { FilePicker } from '@capawesome/capacitor-file-picker';
import { Zip } from '@capawesome/capacitor-zip';

@Component({
selector: 'app-zip',
Expand Down

0 comments on commit b8dc2c3

Please sign in to comment.