plane/web/core/components/onboarding/index.ts
2024-06-11 14:39:52 +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";