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

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

export const JnpfLink = withInstall(Link);
