Skip to content

Commit

Permalink
Update packages/astro-remote/lib/utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re authored Feb 26, 2024
1 parent c1d5a21 commit 596ddcc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/astro-remote/lib/utils.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/**@ts-expect-error */
import { renderJSX } from "astro/runtime/server/jsx";
import { jsx as h } from "astro/jsx-runtime";
import { transform } from "ultrahtml";
import { __unsafeHTML } from "ultrahtml";
import { transform, __unsafeHTML } from "ultrahtml";
import sanitize from "ultrahtml/transformers/sanitize";
import swap from "ultrahtml/transformers/swap";

Expand Down

0 comments on commit 596ddcc

Please sign in to comment.