Skip to content

Commit 5c2be83

Browse files
authored
Update soft-skills-section.part.ts
1 parent d8f1c91 commit 5c2be83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/manfred2html/src/engine/cv-x-wing-squadron/html-parts/soft-skills-section/soft-skills-section.part.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import ejs from 'ejs';
12
import { SoftSkillVM, mapFromCvToSoftSkillVm } from '@lemoncode/manfred-common/soft-skill-section';
2-
import { ManfredAwesomicCV, Settings, Language } from '@/model';
33
import { ISO_SPANISH_LANGUAGE } from '@/engine/engine.const';
4+
import { ManfredAwesomicCV, Settings, Language } from '@/model';
45
import { getLabels } from './labels';
5-
import ejs from 'ejs';
66
import softSkillsTemplate from './soft-skills-section.ejs?raw';
77

88
export const generateSoftSkillsSection = (cv: ManfredAwesomicCV, settings: Settings): string => {

0 commit comments

Comments
 (0)