Skip to content

Commit

Permalink
feat: Export yieldTables
Browse files Browse the repository at this point in the history
  • Loading branch information
raulsteurer committed Sep 21, 2023
1 parent 7bc342e commit adbb135
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ export * from '@/components/Forestry';
export * from '@/components/OperationClass';
export * from '@/components/OperationClasses';

export { default as yieldTables } from './constants/yieldTables';

export type { default as FeasibilityStudyConfig } from '@/models/FeasibilityStudyConfig';
export type { default as YieldTableEnum } from '@/models/YieldTableEnum';

0 comments on commit adbb135

Please sign in to comment.