From 9bff0f68eeee34ec21a43b93c1cd52a705e7d7c5 Mon Sep 17 00:00:00 2001 From: Sascha Date: Wed, 29 Oct 2025 16:34:18 +0100 Subject: [PATCH] skillbadge entfern --- src/components/sections/AboutSection.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/sections/AboutSection.tsx b/src/components/sections/AboutSection.tsx index e2933ee..8f967b3 100644 --- a/src/components/sections/AboutSection.tsx +++ b/src/components/sections/AboutSection.tsx @@ -1,6 +1,5 @@ import { Code, Palette, ShieldCheck, Eye } from 'lucide-react'; import { getTexts } from '../../config/texts'; -import type { SkillBadge } from '../../data/SkillBadge'; import type { Service } from '../../data/Service'; import saschaImage from '../../assets/sascha.png';