Used new location of components

This commit is contained in:
Patrick Alvin Alcala 2025-08-28 17:02:06 +08:00
parent f00098687c
commit f1b8768b63
3 changed files with 23 additions and 19 deletions

View file

@ -1,8 +1,8 @@
---
import Layout from '../layouts/Layout.astro'
import Button from '../templates/Button/Button.tsx'
import Image from '../templates/Image/Image'
import Page from '../templates/Page/Page'
import Button from '../templates/components/Button/Button.tsx'
import Image from '../templates/components/Image/Image'
import Page from '../templates/components/Page/Page'
---
<Layout title="Home">