Fixed Some Bugs

This commit is contained in:
2025-08-17 15:05:44 +05:30
parent f8a0e82076
commit b362d10519
16 changed files with 549 additions and 306 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
---
import { Icon } from "astro-icon/components";
import Base from "../layouts/Base.astro";
import ComponentLayout from "../layouts/ComponentLayout.astro";
---
<Base>
<ComponentLayout>
<Icon name="lets-icons:chart-alt-duotone-line" size="xl" />
</Base>
</ComponentLayout>