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

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

export const JnpfCalculate = withInstall(Calculate);
