File tree 1 file changed +0
-2
lines changed
packages/manfred2html/src/engine
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,12 @@ import { mapExportHTMLSettingsToSettings, mapExportHTMLJediSettingsToSettings }
3
3
import { exportManfredJSonToCVSithEleganceHTML } from './cv-sith-elegance' ;
4
4
import { exportManfredJSonToCVGalacticCleanTechHTML } from './cv-galactic-cleantech' ;
5
5
import { exportManfredJSonToCVJediMinimalismHTML } from './cv-jedi-minimalism' ;
6
- import { exportManfredJSonToCVJediMinimalismHTML } from './cv-jedi-minimalism' ;
7
6
8
7
export const exportHTMLTemplate = (
9
8
manfredJsonContent : ManfredAwesomicCV ,
10
9
exportHTMLSettings : ExportHTMLSettings
11
10
) : string => {
12
11
const settings = mapExportHTMLSettingsToSettings ( exportHTMLSettings ) ;
13
- const Jedisettings = mapExportHTMLJediSettingsToSettings ( exportHTMLSettings ) ;
14
12
15
13
switch ( settings . template ) {
16
14
case 'Sith Elegance' :
You can’t perform that action at this time.
0 commit comments