mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
1c29f0b0a9
* fix: workspace & user avatar tooltip * chore: user name update while typing on top right avatar * chore: imports placement * fix: rendering condition * chore: component re-arrangement * fix: imports
9 lines
257 B
TypeScript
9 lines
257 B
TypeScript
export * from "./tour";
|
|
export * from "./invite-members";
|
|
export * from "./join-workspaces";
|
|
export * from "./user-details";
|
|
export * from "./workspace";
|
|
export * from "./invitations";
|
|
export * from "./onboarding-sidebar";
|
|
export * from "./step-indicator";
|