From 164b4a4c4852b136e96d05478a43da286c02ceec Mon Sep 17 00:00:00 2001 From: Korbs Date: Mon, 4 Nov 2024 13:38:15 -0500 Subject: [PATCH] update --- test/src/components/Info.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/components/Info.astro b/test/src/components/Info.astro index 42dd941..b2c7823 100644 --- a/test/src/components/Info.astro +++ b/test/src/components/Info.astro @@ -1,5 +1,5 @@ --- -const { Title, Description } = Astro.props; +const { Title, Description } = Astro.props ---