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

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