Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Dec 16, 2022
1 parent dbcfad0 commit 5af6bca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/astro/src/runtime/server/render/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { extractDirectives, generateHydrateScript } from '../hydration.js';
import { serializeProps } from '../serialize.js';
import { shorthash } from '../shorthash.js';
import { isPromise } from '../util.js';
import { escapeHTML } from '../escape.js';
import {
createAstroComponentInstance,
isAstroComponentFactory,
Expand Down

0 comments on commit 5af6bca

Please sign in to comment.