Updated
This commit is contained in:
parent
2a5b95523e
commit
3e50802ef3
26 changed files with 28 additions and 37 deletions
|
|
@ -4,8 +4,8 @@ const { title } = Astro.props
|
|||
const websiteName = 'Template'
|
||||
const websiteDescription = 'This is just a template.'
|
||||
|
||||
import Background from '../templates/components/Background/Background'
|
||||
import OptimizeBackground from '../templates/components/Optimizer/OptimizeBackground'
|
||||
import Background from '../../fwt/components/Background/Background'
|
||||
import OptimizeBackground from '../../fwt/components/Optimizer/OptimizeBackground'
|
||||
---
|
||||
|
||||
<html lang="en">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue