Skip to content

Commit 587d719

Browse files
committed
fix(deno): avoid Node-style import resolution
1 parent cf47268 commit 587d719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/methods/getFallback/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type {
33
SchemaWithFallback,
44
SchemaWithFallbackAsync,
55
} from '../fallback/index.ts';
6-
import type { SchemaWithMaybeFallback } from './getFallback';
6+
import type { SchemaWithMaybeFallback } from './getFallback.ts';
77
import type { SchemaWithMaybeFallbackAsync } from './getFallbackAsync.ts';
88

99
/**

0 commit comments

Comments
 (0)