Skip to content

Commit

Permalink
fix: export from index
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Nov 7, 2023
1 parent e92e12c commit c173249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exported.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Flags as OclifFlags } from '@oclif/core';
export { toHelpSection, parseVarArgs } from './util';
export { Deployable, Deployer, DeployerResult } from './deployer';
export { Deauthorizer } from './deauthorizer';
export { Progress, Prompter, generateTableChoices, Ux, Spinner } from './ux';
export { Progress, Prompter, generateTableChoices, Ux, Spinner, Separator } from './ux';
export { SfHook } from './hooks';
export * from './types';
export { SfCommand, SfCommandInterface, StandardColors } from './sfCommand';
Expand Down

0 comments on commit c173249

Please sign in to comment.