Skip to content

Commit 914bd46

Browse files
committed
Sorted imports.
1 parent 67d9c12 commit 914bd46

File tree

1 file changed

+2
-2
lines changed
  • packages/doxdox-parser-jsdoc/src

1 file changed

+2
-2
lines changed

packages/doxdox-parser-jsdoc/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import { dirname, join } from 'path';
44

55
import spawn from 'spawn-please';
66

7-
import { File, sanitizePath } from 'doxdox-core';
7+
import { findParentNodeModules, sanitizePath, slugify } from 'doxdox-core';
88

9-
import { findParentNodeModules, slugify } from 'doxdox-core';
9+
import { File } from 'doxdox-core';
1010

1111
import { Jsdoc } from './types';
1212

0 commit comments

Comments
 (0)