mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
cf3b888465
* chore: adding page titles * chore: added title to remaining pages * fix: added observer at required places --------- Co-authored-by: LAKHAN BAHETI <lakhanbaheti9@gmail.com>
8 lines
203 B
TypeScript
8 lines
203 B
TypeScript
export * from "./filters";
|
|
export * from "./modals";
|
|
export * from "./sidebar";
|
|
export * from "./theme";
|
|
export * from "./activity";
|
|
export * from "./image-picker-popover";
|
|
export * from "./page-title";
|