Rearranged components and styles
This commit is contained in:
parent
797ecba7b4
commit
16bb1e3e56
34 changed files with 36 additions and 38 deletions
|
|
@ -4,9 +4,9 @@ const { title } = Astro.props
|
|||
const websiteName = 'Template'
|
||||
const websiteDescription = 'This is just a template.'
|
||||
|
||||
import Background from '../../fwt/components/Background/Background'
|
||||
import Background from '../../fwt/Background'
|
||||
// import OptimizeBackground from '../../fwt/components/Optimizer/OptimizeBackground'
|
||||
import HTML from '../../fwt/components/HTML/HTML'
|
||||
import HTML from '../../fwt/HTML'
|
||||
---
|
||||
|
||||
<HTML title={title} name={websiteName} description={websiteDescription} font="inter">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue