plane/web/components/issues/issue-layouts/empty-states/index.ts
Anmol Singh Bhatia 87f39d7372
chore: empty state revamp and loader improvement (#3448)
* chore: empty state asset added

* chore: empty state asset updated and image path helper function added

* chore: empty state asset updated

* chore: empty state asset updated and empty state details constant added

* chore: empty state component, helper function and comicbox button added

* chore: draft, archived and project issue empty state

* chore: cycle, module and issue layout empty state

* chore: analytics, dashboard, all issues, pages and project view empty state

* chore:projects empty state

* chore:projects empty state improvement

* chore: cycle, module, view and page loader improvement

* chore: code refactor
2024-01-24 19:12:54 +05:30

8 lines
215 B
TypeScript

export * from "./cycle";
export * from "./global-view";
export * from "./module";
export * from "./project-view";
export * from "./project-issues";
export * from "./draft-issues";
export * from "./archived-issues";