import { createRollupPlugin } from 'unplugin';

import { unpluginFactory } from './unplugin';

export default createRollupPlugin(unpluginFactory);
