fix(datetime): datetime works within stencil apps (#25592)

Resolves #25591
This commit is contained in:
Sean Perkins
2022-07-08 10:31:17 -04:00
committed by GitHub
parent 420f9bbebd
commit 7b10fa6476

View File

@ -1,5 +1,4 @@
import { printIonWarning } from '@utils/logging'; import { printIonWarning } from '../../../utils/logging';
import type { DatetimeParts } from '../datetime-interface'; import type { DatetimeParts } from '../datetime-interface';
/** /**