chore: add compound web storybook to EW storybook (#30936)

This commit is contained in:
Florian Duros
2025-10-02 11:20:14 +02:00
committed by GitHub
parent 8599f4b5df
commit aa196b046b

View File

@@ -36,5 +36,11 @@ const config: StorybookConfig = {
}, },
}); });
}, },
refs: {
"compound-web": {
title: "Compound Web",
url: "https://element-hq.github.io/compound-web/",
},
},
}; };
export default config; export default config;