Skip to content

Commit b777938

Browse files
committed
fix types again
1 parent c523f37 commit b777938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uv.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
const Ultraviolet: typeof import('./rewrite/index').default;
2-
const UVClient: typeof import('./client/index').default;
1+
const Ultraviolet: typeof import('./src/rewrite/index').default;
2+
const UVClient: typeof import('./src/client/index').default;
33

44
export type UltravioletCtor = typeof Ultraviolet;
55
export type UVClientCtor = typeof UVClient;

0 commit comments

Comments
 (0)