plane/apps/app/components/command-palette/index.ts

6 lines
191 B
TypeScript
Raw Normal View History

export * from "./command-pallette";
export * from "./shortcuts-modal";
export * from "./change-issue-state";
export * from "./change-issue-priority";
export * from "./change-issue-assignee";