import { createVitePlugin } from 'unplugin';

import { unpluginFactory } from './unplugin';

export default createVitePlugin(unpluginFactory);
