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';