Skip to content

Commit

Permalink
Merge pull request #1957 from Hyperkid123/add-progress-enum-to-cache
Browse files Browse the repository at this point in the history
Add progress enum to tsc initial cache.
  • Loading branch information
radekkaluzik authored Jan 16, 2024
2 parents 3148a52 + e6f7085 commit 52851ac
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 52851ac

Please sign in to comment.