Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
AbelDeTena committed Jan 12, 2024
1 parent 1d54f79 commit 4d0687e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/manfred2html/src/engine/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ import { mapExportHTMLSettingsToSettings, mapExportHTMLJediSettingsToSettings }
import { exportManfredJSonToCVSithEleganceHTML } from './cv-sith-elegance';
import { exportManfredJSonToCVGalacticCleanTechHTML } from './cv-galactic-cleantech';
import { exportManfredJSonToCVJediMinimalismHTML } from './cv-jedi-minimalism';
import { exportManfredJSonToCVJediMinimalismHTML } from './cv-jedi-minimalism';

export const exportHTMLTemplate = (
manfredJsonContent: ManfredAwesomicCV,
exportHTMLSettings: ExportHTMLSettings
): string => {
const settings = mapExportHTMLSettingsToSettings(exportHTMLSettings);
const Jedisettings = mapExportHTMLJediSettingsToSettings(exportHTMLSettings);

switch (settings.template) {
case 'Sith Elegance':
Expand Down

0 comments on commit 4d0687e

Please sign in to comment.