plane/web/components/onboarding/index.ts
2024-04-30 12:36:21 +05:30

11 lines
363 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-or-delete-account-dropdown";
export * from "./switch-delete-account-modal";
export * from "./header";