summaryrefslogtreecommitdiff
path: root/packages/integrations/preact/src/context.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/preact/src/context.ts')
-rw-r--r--packages/integrations/preact/src/context.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/preact/src/context.ts b/packages/integrations/preact/src/context.ts
index c711017c4..4d2398d28 100644
--- a/packages/integrations/preact/src/context.ts
+++ b/packages/integrations/preact/src/context.ts
@@ -1,4 +1,4 @@
-import type { PropNameToSignalMap, RendererContext, SignalLike } from './types';
+import type { PropNameToSignalMap, RendererContext, SignalLike } from './types.js';
export type Context = {
id: string;