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

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

export const JnpfEmpty = withInstall(Empty);
