dify/web/app/components/billing/plan/assets/index.tsx
yyh 01460f681e
fix(web): render workspace plan badge during SSR (#40581)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-12 07:45:39 +00:00

4 lines
145 B
TypeScript

export { default as Professional } from './professional'
export { default as Sandbox } from './sandbox'
export { default as Team } from './team'