const popover = {
show: () => {
return {
then: callback => {
callback();
}
};
},
hide: () => {
relocate: () => {
module.exports = popover;