Skip to content

Commit 5b8cd57

Browse files
authored
refactor: remove duplicate import from ./types (#126)
1 parent dead6be commit 5b8cd57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asyncapidiff.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import {
44
JSONOutput,
55
Changes,
66
AsyncAPIDiffOptions,
7+
MarkdownSubtype,
78
} from './types';
89
import { breaking, nonBreaking, unclassified } from './constants';
910
import toProperFormat from './helpers/output/toProperFormat';
10-
import {MarkdownSubtype} from './types';
1111

1212
/**
1313
* Implements methods to deal with diff output.

0 commit comments

Comments
 (0)