Changed core to templates
This commit is contained in:
parent
5a86aac37d
commit
2d9d7aa41c
3 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 '../core/Background/Background'
|
||||
import Background from '../templates/Background/Background'
|
||||
---
|
||||
|
||||
<html lang="en">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue