Defaulted to commenting out unused imports

This commit is contained in:
Patrick Alvin Alcala 2025-09-12 17:49:15 +08:00
parent 3f4f9b0441
commit ed1c35434f
3 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@ const websiteName = 'Template'
const websiteDescription = 'This is just a template.'
import Background from '../../fwt/components/Background/Background'
import OptimizeBackground from '../../fwt/components/Optimizer/OptimizeBackground'
// import OptimizeBackground from '../../fwt/components/Optimizer/OptimizeBackground'
import HTML from '../../fwt/components/HTML/HTML'
---