|
|
@@ -1,4 +1,4 @@
|
|
|
-import path from 'path/path.js'
|
|
|
+import path from 'path'
|
|
|
|
|
|
// TODO split the capacitor abilities to a separate file for capacitor APIs
|
|
|
import { Capacitor } from '@capacitor/core'
|
|
|
@@ -481,4 +481,4 @@ export function base64ToUint8Array (base64String) {
|
|
|
console.error('Invalid Base64 string:', e)
|
|
|
return null
|
|
|
}
|
|
|
-}
|
|
|
+}
|