fix(many): resolve import errors with stencil apps (#26781)

resolves #26778
This commit is contained in:
Liam DeBeasi
2023-02-13 08:59:21 -05:00
committed by GitHub
parent f7f6f1d9f9
commit 1eea054c12
5 changed files with 8 additions and 9 deletions

View File

@ -1,4 +1,4 @@
import { printIonError } from '@utils/logging';
import { printIonError } from '../../utils/logging';
export const getCounterText = (
value: string | number | null | undefined,