Skip to content

Commit 60e0a82

Browse files
committed
Circular dep
1 parent d773ecb commit 60e0a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/models/reflections/ReflectionSymbolId.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { JSONOutput, Serializer } from "../../serialization/index";
55
import { readFile } from "../../utils/fs";
66
import { getQualifiedName } from "../../utils/tsutils";
77
import { optional, validate } from "../../utils/validation";
8-
import { normalizePath } from "../../utils";
8+
import { normalizePath } from "../../utils/paths";
99

1010
/**
1111
* See {@link ReflectionSymbolId}

0 commit comments

Comments
 (0)