From d0861607e2adc8e51124666b2ae83b50ccf19307 Mon Sep 17 00:00:00 2001 From: William Grosset Date: Thu, 23 May 2024 14:54:49 -0600 Subject: [PATCH] Use default export --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 5de42ed..acd7ecf 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1 @@ -export { default as Plugin } from './plugin/index.js' +export { default } from './plugin/index.js'