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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;