plane/web/components/command-palette/index.ts
Aaryan Khandelwal 7aaf840fb1
refactor: command k modal (#2803)
* refactor: command palette file structure

* fix: identifier search
2023-11-21 15:46:41 +05:30

6 lines
158 B
TypeScript

export * from "./actions";
export * from "./command-modal";
export * from "./command-pallette";
export * from "./helpers";
export * from "./shortcuts-modal";