plane/web/components/onboarding/index.ts
Lakhan Baheti 443522691d style: switch or delete account modal (#2926)
* style: switch or delete account modal

* fix: popover text color

* fix: typo
2023-12-07 17:51:57 +05:30

10 lines
304 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";
export * from "./switch-delete-account-modal";