import {
  openExternalApp,
  openAppInAppStore,
  openAppInPlayStore,
} from "./linking";

export { openExternalApp, openAppInAppStore, openAppInPlayStore };
