chore(datetime): correctly resolve merge conflict

This commit is contained in:
Liam DeBeasi
2022-04-07 18:20:14 +00:00
parent 760ab24c37
commit 9ed1d3d70b

View File

@@ -1,6 +1,5 @@
import type { ComponentInterface, EventEmitter } from '@stencil/core';
import { Component, Element, Event, Host, Method, Prop, State, Watch, h, writeTask } from '@stencil/core';
import { printIonError } from '@utils/logging';
import { printIonError, printIonWarning } from '@utils/logging';
import { caretDownSharp, caretUpSharp, chevronBack, chevronDown, chevronForward } from 'ionicons/icons';