fix(all): import path is now correct when using ionic in a stencil app (#25123)

resolves #25122
This commit is contained in:
Liam DeBeasi
2022-04-14 19:19:52 +05:45
committed by GitHub
parent 8133b5a9f1
commit 1b407abdf5
9 changed files with 13 additions and 11 deletions

View File

@ -1,8 +1,9 @@
import type { ComponentInterface, EventEmitter } from '@stencil/core';
import { Component, Element, Event, Host, Method, Prop, State, Watch, h, readTask, writeTask } from '@stencil/core';
import { findClosestIonContent, getScrollElement, printIonContentErrorMsg } from '@utils/content';
import { getIonMode } from '../../global/ionic-global';
import { findClosestIonContent, getScrollElement, printIonContentErrorMsg } from '../../utils/content';
@Component({
tag: 'ion-infinite-scroll',