From aa196b046b12640eef0791bc24cc85b119894b06 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Thu, 2 Oct 2025 11:20:14 +0200 Subject: [PATCH] chore: add compound web storybook to EW storybook (#30936) --- .storybook/main.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.storybook/main.ts b/.storybook/main.ts index fd1338404f..dce5a4a5bf 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -36,5 +36,11 @@ const config: StorybookConfig = { }, }); }, + refs: { + "compound-web": { + title: "Compound Web", + url: "https://element-hq.github.io/compound-web/", + }, + }, }; export default config;