diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 7275c1a..ee94ef6 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -6,23 +6,10 @@ const websiteDescription = 'This is just a template.' import Background from '../../fwt/components/Background/Background' import OptimizeBackground from '../../fwt/components/Optimizer/OptimizeBackground' -import Head from '../../fwt/components/Head/Head' +import HTML from '../../fwt/components/HTML/HTML' --- - -
-