Skip to content

Commit 7f52c58

Browse files
committed
feature: build ready version
1 parent 5329713 commit 7f52c58

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/components/Card.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
---
2-
import { undefined } from "astro:schema";
3-
42
interface Props {
53
variant: "light" | "dark";
64
title?: string;

src/components/Link.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
---
2-
import { undefined } from "astro:schema";
3-
42
interface Props {
53
href: string | URL;
64
variant: "blank" | "primary" | "outlined";

0 commit comments

Comments
 (0)