diff --git a/packages/astro/src/vite-plugin-jsx/tag.ts b/packages/astro/src/vite-plugin-jsx/tag.ts index bead224e0..23e9e41a5 100644 --- a/packages/astro/src/vite-plugin-jsx/tag.ts +++ b/packages/astro/src/vite-plugin-jsx/tag.ts @@ -1,8 +1,6 @@ import type { PluginObj } from '@babel/core'; import * as t from '@babel/types'; - - /** * This plugin handles every file that runs through our JSX plugin. * Since we statically match every JSX file to an Astro renderer based on import scanning, @@ -116,7 +114,6 @@ export default function tagExportsWithRenderer({ } }, }, - }, }; }