Skip to content

Commit a9c2c52

Browse files
committed
docs(vue): remove import
1 parent d3cbf40 commit a9c2c52

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/vue/your-first-app/5-adding-mobile.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import { Filesystem, Directory } from '@capacitor/filesystem';
2828
import { Preferences } from '@capacitor/preferences';
2929
// CHANGE: Add imports
3030
import { isPlatform } from '@ionic/vue';
31-
import { Capacitor } from '@capacitor/core';
3231

3332
// ...existing code...
3433
```

versioned_docs/version-v7/vue/your-first-app/5-adding-mobile.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import { Filesystem, Directory } from '@capacitor/filesystem';
2828
import { Preferences } from '@capacitor/preferences';
2929
// CHANGE: Add imports
3030
import { isPlatform } from '@ionic/vue';
31-
import { Capacitor } from '@capacitor/core';
3231

3332
// ...existing code...
3433
```

0 commit comments

Comments
 (0)