Skip to content

Commit 31b46e9

Browse files
committed
unused import
1 parent d05c5d6 commit 31b46e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/FeatureTable.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import { z } from "astro:schema";
33
import { indexPlans } from "~/util/plans";
44
import { marked } from "marked";
5-
import GlossaryTooltip from "~/components/GlossaryTooltip.astro";
65
76
type Props = z.infer<typeof props>;
87
@@ -46,7 +45,6 @@ const markdown = (content: any) => {
4645
<tbody>
4746
{
4847
features.map((feature) => {
49-
5048
return (
5149
<tr>
5250
<th set:html={markdown(feature.title)} />

0 commit comments

Comments
 (0)