import { withInstall } from '@jnpf/utils';

import History from './src/History.vue';

export const HistoryPopover = withInstall(History);
