Changed built-in components to core

This commit is contained in:
Patrick Alvin Alcala 2025-08-27 17:58:33 +08:00
parent a15f4947e3
commit 79fb3c0e0a
11 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@ const { title } = Astro.props
const websiteName = 'Template'
const websiteDescription = 'This is just a template.'
import Background from '../builtin-components/Background/Background'
import Background from '../core/Background/Background'
---
<html lang="en">