plane/web/components/onboarding/index.ts
Prateek Shourya ddc28d37d3
[WEB-1404] chore: auth and onboarding improvements (#4564)
* chore: `switch account` modal revamp.

* chore: workspace invitation page message display logic update.

* chore: update `showDeleteAccountModal` state to `showSwitchAccountModal`.
2024-05-23 16:45:23 +05:30

11 lines
346 B
TypeScript

export * from "./tour";
export * from "./invite-members";
export * from "./create-or-join-workspaces";
export * from "./profile-setup";
export * from "./create-workspace";
export * from "./invitations";
export * from "./step-indicator";
export * from "./switch-account-dropdown";
export * from "./switch-account-modal";
export * from "./header";