From 61d286eecbef846ef7f4c375681864fff17194c7 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Thu, 5 Jun 2025 10:22:07 +0800 Subject: [PATCH] Fixed new location of component --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 4846798..21124d0 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,6 +1,6 @@ --- import Layout from '../layouts/Layout.astro' -import Button from '../components/ButtonComponent/Button.tsx' +import Button from '../builtin-components/Button/Button.tsx' ---