From 1aa1068df7867a8b8a203052635da018014f5f1c Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Thu, 8 Dec 2022 15:57:53 -0500 Subject: [PATCH] fix(modal): compatibility with stencil libraries/apps (#26448) --- core/src/components/modal/gestures/utils.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/components/modal/gestures/utils.ts b/core/src/components/modal/gestures/utils.ts index 694227d630..54ebcba17a 100644 --- a/core/src/components/modal/gestures/utils.ts +++ b/core/src/components/modal/gestures/utils.ts @@ -1,6 +1,5 @@ -import { GESTURE } from '@utils/overlays'; - import type { Animation } from '../../../interface'; +import { GESTURE } from '../../../utils/overlays'; export const handleCanDismiss = async (el: HTMLIonModalElement, animation: Animation) => { /**