Skip to content

Commit

Permalink
fix(jsx/precompile): remove unnecessary import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
usualoma committed Sep 21, 2024
1 parent 3b135a6 commit b337b23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jsx/jsx-runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export type { JSX } from './jsx-dev-runtime'
import { html, raw } from '../helper/html'
import type { HtmlEscapedString, StringBuffer, HtmlEscaped } from '../utils/html'
import { escapeToBuffer, stringBufferToString } from '../utils/html'
import { booleanAttributes } from './base'
import { normalizeIntrinsicElementKey, styleObjectForEach } from './utils'

export { html as jsxTemplate }
Expand Down

0 comments on commit b337b23

Please sign in to comment.