import '@cometchat/uikit-elements'; //import the web elements package.import { DatePatterns } from 'uikit-resources'; //import the date pattern constant.//make use of the element; format the timestamp to the in-built time pattern<cometchat-date timestamp="1686234301" pattern={DatePatterns.time}></cometchat-date>