Changed core to templates

This commit is contained in:
Patrick Alvin Alcala 2025-08-27 18:58:07 +08:00
parent 5a86aac37d
commit 2d9d7aa41c
3 changed files with 8 additions and 8 deletions

View file

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