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

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

export const JnpfRate = withInstall(Rate);
