bb-plane-fork/web/core/components/empty-state/index.ts
Anmol Singh Bhatia 4432be15e4
[WEB-3166] chore: global empty state components (#6414)
* chore: detailed and simple empty state component added

* chore: section empty state component added

* chore: asset path helper hook added
2025-01-17 13:52:08 +05:30

6 lines
225 B
TypeScript

export * from "./empty-state";
export * from "./helper";
export * from "./comic-box-button";
export * from "./detailed-empty-state-root";
export * from "./simple-empty-state-root";
export * from "./section-empty-state-root";