1
0
Fork 0

[react] fix: Do not export local components

This commit is contained in:
joostdecock 2025-05-10 10:16:35 +02:00
parent 8f53b047a6
commit 0bbc7ef242
2 changed files with 14 additions and 9 deletions

View file

@ -29,7 +29,7 @@ import {
Reload as ReloadExample,
Remove as RemoveExample,
Restrict as RestrictExample,
Set as SetExample,
Set,
Sets as SetsExample,
Tiktok as TiktokExample,
Twitch as TwitchExample,
@ -89,6 +89,7 @@ const MsetCardExample = () => <MsetCard set={{ name: 'Example Set' }} />
const PatternExample = () => <Pattern id={1} />
const PatternCardExample = () => <PatternCard pattern={{ name: 'Example pattern' }} size="sm" />
const SetExample = () => <Set id={1} />
export {
AccountStatusExample,