refactor(i18n): consolidate Lang type imports to types/i18n
Move all Lang type imports from various locations to a centralized location in types/i18n for better maintainability and consistency
This commit is contained in:
@@ -22,7 +22,6 @@ const allSkills: SkillItem[] = [
|
||||
{ name: "Node.js", icon: "nodejs" },
|
||||
{ name: "Express.js", icon: "express" },
|
||||
{ name: "Nest.js", icon: "nestjs" },
|
||||
// { name: "Fastify.js", icon: "fastify" },
|
||||
{ name: "Hono.js", icon: "nodejs" }, // Using nodejs icon as fallback
|
||||
|
||||
// Database & Storage
|
||||
|
||||
Reference in New Issue
Block a user