From 13df7a33f34324af18a8a6bfd5b5e7b0a4046ff8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 15 Apr 2026 23:03:38 +0200 Subject: [PATCH] refactor(common): export browser adapter from barrel --- ui/common/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/common/src/index.ts b/ui/common/src/index.ts index 2bdc27d1..2424f85b 100644 --- a/ui/common/src/index.ts +++ b/ui/common/src/index.ts @@ -1,3 +1,4 @@ +export * from './client/browser-adapter.js' export * from './client/types.js' export * from './client/WebSocketClient.js' export * from './config/schema.js' -- 2.53.0