mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 05:49:40 +02:00
10 lines
268 B
TypeScript
10 lines
268 B
TypeScript
export * from "./dashboard";
|
|
export * from "./editor";
|
|
export * from "./list";
|
|
export * from "./modals";
|
|
export * from "./sidebar";
|
|
export * from "./version";
|
|
export * from "./extra-actions";
|
|
export * from "./quick-actions";
|
|
export * from "./workspace-pages-upgrade";
|