From ea374d7e0fdd886bde5e1c4f0a7e081a4a885349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Fri, 25 Apr 2025 08:32:42 +0200 Subject: [PATCH] Fix --- packages/reffuse/src/ReffuseNamespace.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/reffuse/src/ReffuseNamespace.ts b/packages/reffuse/src/ReffuseNamespace.ts index 98e80e3..ae4b84e 100644 --- a/packages/reffuse/src/ReffuseNamespace.ts +++ b/packages/reffuse/src/ReffuseNamespace.ts @@ -2,7 +2,7 @@ import { type Context, Effect, ExecutionStrategy, Exit, type Fiber, type Layer, import * as React from "react" import * as ReffuseContext from "./ReffuseContext.js" import * as ReffuseRuntime from "./ReffuseRuntime.js" -import { PropertyPath, SetStateAction, SubscriptionSubRef } from "./types/index.js" +import { type PropertyPath, SetStateAction, SubscriptionSubRef } from "./types/index.js" export interface RenderOptions {