diff --git a/app/blogpost/layout.tsx b/app/blogpost/layout.tsx
index a9bb4ac..28b6b15 100644
--- a/app/blogpost/layout.tsx
+++ b/app/blogpost/layout.tsx
@@ -1,12 +1,5 @@
import "../globals.css";
-import Link from "next/link";
-import AnimatedLink from "@/components/animatedLink";
-import Image from "next/image";
-
-import MainHeader from "@/components/header/main";
-import MainFooter from "@/components/footer/main";
-
export default function RootLayout({ children }: { children: React.ReactNode }) {
return (
diff --git a/components/header/toolbar.tsx b/components/header/toolbar.tsx
index 1f4cfb4..78b79e4 100644
--- a/components/header/toolbar.tsx
+++ b/components/header/toolbar.tsx
@@ -5,7 +5,6 @@ import Link from 'next/link';
import globePic from '../../public/globe.svg';
import emailPic from '../../public/email.svg';
import rssPic from '../../public/rss-feed.svg';
-import supportPic from '../../public/support.svg';
import settingsPic from '../../public/settings.svg';
import AnimatedLink from '../animatedLink';
diff --git a/public/support.svg b/public/support.svg
deleted file mode 100644
index 963e56c..0000000
--- a/public/support.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file