plane/web/components/dashboard/widgets/empty-states/index.ts

7 lines
223 B
TypeScript
Raw Normal View History

export * from "./assigned-issues";
export * from "./created-issues";
export * from "./issues-by-priority";
export * from "./issues-by-state-group";
export * from "./recent-activity";
export * from "./recent-collaborators";