Skip to content

Commit 5cae4b7

Browse files
authored
Update 5-adding-mobile.md
1 parent 1085bbf commit 5cae4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { Camera, CameraResultType, CameraSource } from '@capacitor/camera';
2727
import type { Photo } from '@capacitor/camera';
2828
import { Filesystem, Directory } from '@capacitor/filesystem';
2929
import { Preferences } from '@capacitor/preferences';
30-
// CHANGE: Add imports
30+
// CHANGE: Add import
3131
import { isPlatform } from '@ionic/vue';
3232

3333
// ...existing code...

0 commit comments

Comments
 (0)