diff --git a/components/header/toolbar.tsx b/components/header/toolbar.tsx new file mode 100644 index 0000000..97f2a8b --- /dev/null +++ b/components/header/toolbar.tsx @@ -0,0 +1,17 @@ +'use client'; + +export default function BlogArea() { + return ( +
+

Software Engineer | HomeLab | Nerd

+
+ +
+
+ ); +} \ No newline at end of file