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

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

export const JnpfOpenData = withInstall(OpenData);
