Skip to content

Commit

Permalink
fix(skills): changed type import declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
antonlovric committed Nov 18, 2024
1 parent 9816bde commit 8c3ecbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SkillSection/skills.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { SKILL_NAMES } from '../Skill/Skill';
import type { SKILL_NAMES } from '../Skill/Skill';

export interface ISkillItem {
name: SKILL_NAMES;
Expand Down

0 comments on commit 8c3ecbd

Please sign in to comment.