Skip to content

Commit

Permalink
Add missing modules to import transform imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Jan 24, 2024
1 parent 6aea150 commit b8c0a81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/tsc-transform-imports/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ if (CORE_DIRECTORIES.length > 0) {
ButtonType: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/Button'),
PaginationTitles: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/Pagination'),
ProgressMeasureLocation: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/Progress'),
isValidDate: getModuleExplicitLocation(CORE_DIRECTORIES, 'helpers/datetimeUtils'),
ValidatedOptions: getModuleExplicitLocation(CORE_DIRECTORIES, 'helpers/constants'),
capitalize: getModuleExplicitLocation(CORE_DIRECTORIES, 'helpers/util'),
};
}

Expand Down

0 comments on commit b8c0a81

Please sign in to comment.