This commit is contained in:
Patrick Alvin Alcala 2025-08-29 08:44:09 +08:00
parent 2a5b95523e
commit 3e50802ef3
26 changed files with 28 additions and 37 deletions

View file

@ -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">