Skip to content

Commit

Permalink
Add ListComponent to import transform imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fhlavac committed Jul 3, 2024
1 parent 0341023 commit c356d17
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 @@ -91,6 +91,7 @@ if (CORE_DIRECTORIES.length > 0) {
handleArrows: getModuleExplicitLocation(CORE_DIRECTORIES, 'helpers/KeyboardHandler'),
setTabIndex: getModuleExplicitLocation(CORE_DIRECTORIES, 'helpers/KeyboardHandler'),
IconComponentProps: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/Icon'),
ListComponent: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/List'),
TreeViewDataItem: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/TreeView'),
Popper: getModuleExplicitLocation(CORE_DIRECTORIES, 'helpers/Popper/Popper'),
clipboardCopyFunc: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/ClipboardCopy'),
Expand Down

0 comments on commit c356d17

Please sign in to comment.