Skip to content

Commit

Permalink
Add progress enum to tsc initial cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Jan 15, 2024
1 parent 3148a52 commit e6f7085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tsc-transform-imports/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ if (CORE_DIRECTORIES.length > 0) {
DatePickerRef: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/DatePicker'),
ButtonType: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/Button'),
PaginationTitles: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/Pagination'),
ProgressMeasureLocation: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/Progress'),
};
}

Expand Down

0 comments on commit e6f7085

Please sign in to comment.