import { createFarmPlugin } from 'unplugin';

import { unpluginFactory } from './unplugin';

export default createFarmPlugin(unpluginFactory);
