Skip to content

Commit

Permalink
Forgot one class in the file
Browse files Browse the repository at this point in the history
  • Loading branch information
nilscognite committed Aug 27, 2024
1 parent c95f4da commit 758421a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react-components/src/architecture/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
export type { CommandUpdateDelegate } from './base/commands/BaseCommand';
export { BaseCommand } from './base/commands/BaseCommand';
export { BaseFilterCommand } from './base/commands/BaseFilterCommand';
export { BaseFilterItemCommand } from './base/commands/BaseFilterCommand';
export { BaseOptionCommand } from './base/commands/BaseOptionCommand';
export { BaseSliderCommand } from './base/commands/BaseSliderCommand';
export { BaseTool } from './base/commands/BaseTool';
Expand Down

0 comments on commit 758421a

Please sign in to comment.