diff --git a/sandpack-client/src/index.ts b/sandpack-client/src/index.ts index e426db0d7..509e6e51d 100644 --- a/sandpack-client/src/index.ts +++ b/sandpack-client/src/index.ts @@ -1,3 +1,3 @@ export * from "./clients"; -export * from "./utils"; export * from "./types"; +export * from "./utils";