File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
packages/manfred2html/src/engine Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,12 @@ import { mapExportHTMLSettingsToSettings, mapExportHTMLJediSettingsToSettings }
33import { exportManfredJSonToCVSithEleganceHTML } from './cv-sith-elegance' ;
44import { exportManfredJSonToCVGalacticCleanTechHTML } from './cv-galactic-cleantech' ;
55import { exportManfredJSonToCVJediMinimalismHTML } from './cv-jedi-minimalism' ;
6- import { exportManfredJSonToCVJediMinimalismHTML } from './cv-jedi-minimalism' ;
76
87export const exportHTMLTemplate = (
98 manfredJsonContent : ManfredAwesomicCV ,
109 exportHTMLSettings : ExportHTMLSettings
1110) : string => {
1211 const settings = mapExportHTMLSettingsToSettings ( exportHTMLSettings ) ;
13- const Jedisettings = mapExportHTMLJediSettingsToSettings ( exportHTMLSettings ) ;
1412
1513 switch ( settings . template ) {
1614 case 'Sith Elegance' :
You can’t perform that action at this time.
0 commit comments