Files
plane/web/ce/components/command-palette/modals/index.ts
Prateek Shourya a9bd2e243a refactor: enhance command palette modularity (#6139)
* refactor: enhance command palette modularity

* chore: minor updates to command palette store
2024-12-11 18:02:58 +05:30

4 lines
99 B
TypeScript

export * from "./workspace-level";
export * from "./project-level";
export * from "./issue-level";