diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index c2cc0e2..acb1c44 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -5,6 +5,7 @@ const websiteName = 'Template' const websiteDescription = 'This is just a template.' import Background from '../templates/components/Background/Background' +import OptimizeBackground from '../templates/components/Optimizer/OptimizeBackground' --- @@ -18,16 +19,17 @@ import Background from '../templates/components/Background/Background'
-