Skip to content

Commit

Permalink
Merge pull request #657 from SUI-Components/feat/sui-app-minor-ajustm…
Browse files Browse the repository at this point in the history
…ents

feat(components/tool/app): Add Http client to sui-app
  • Loading branch information
oegea committed Apr 24, 2024
2 parents d6191c4 + cdd94c6 commit ba5a124
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/tool/app/src/core.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {App} from '@capacitor/app'
import {Capacitor} from '@capacitor/core'
import {Capacitor, CapacitorHttp} from '@capacitor/core'

export const isNative = () => Capacitor.isNativePlatform()
export const getApp = () => App
export const getHttp = () => CapacitorHttp

0 comments on commit ba5a124

Please sign in to comment.