We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf47268 commit 587d719Copy full SHA for 587d719
library/src/methods/getFallback/types.ts
@@ -3,7 +3,7 @@ import type {
3
SchemaWithFallback,
4
SchemaWithFallbackAsync,
5
} from '../fallback/index.ts';
6
-import type { SchemaWithMaybeFallback } from './getFallback';
+import type { SchemaWithMaybeFallback } from './getFallback.ts';
7
import type { SchemaWithMaybeFallbackAsync } from './getFallbackAsync.ts';
8
9
/**
0 commit comments