Changed built-in components to core
This commit is contained in:
parent
a15f4947e3
commit
79fb3c0e0a
11 changed files with 8 additions and 8 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue