refactor: clean up codebase by removing redundant comments
Remove unnecessary JSDoc comments and redundant explanations from components, types, and data files. Simplify code structure while maintaining functionality. Clean up language handling logic in components by removing redundant comments and simplifying state management. Move type imports to dedicated type import statements where applicable.
This commit is contained in:
@@ -2,10 +2,6 @@ import { motion, type Variants } from "framer-motion";
|
||||
import { useTranslations } from "@/i18n/utils";
|
||||
import { type SkillItem } from "@/types";
|
||||
|
||||
/**
|
||||
* All skills data with corresponding skillicons names
|
||||
* Using skillicons.dev for consistent icon display
|
||||
*/
|
||||
const allSkills: SkillItem[] = [
|
||||
// Programming Languages
|
||||
{ name: "TypeScript", icon: "typescript" },
|
||||
|
||||
Reference in New Issue
Block a user