Skip to content

Commit

Permalink
Used correct import of SpecificationType
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofVDB1 committed Nov 6, 2024
1 parent a689554 commit cb76f3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/oslo-generator-html/lib/HtmlGenerationService.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { writeFile, mkdir } from 'fs/promises';
import { resolve, dirname } from 'path';
import { IService } from '@oslo-flanders/core';
import { IService, SpecificationType } from '@oslo-flanders/core';
import { Logger, ServiceIdentifier, fetchFileOrUrl } from '@oslo-flanders/core';
import { inject, injectable } from 'inversify';
import * as nj from 'nunjucks';
import { HtmlGenerationServiceConfiguration } from './config/HtmlGenerationServiceConfiguration';
import { SpecificationType } from './utils/specificationTypeEnum';
import { generateAnchorTag } from '@oslo-flanders/core/lib/utils/anchorTag';

@injectable()
Expand Down

0 comments on commit cb76f3f

Please sign in to comment.