Skip to content

Commit e104fd4

Browse files
authored
Merge pull request #2029 from mkholjuraev/master
chore: add TimestampFormat component into COMPONENTS_CACHE list
2 parents 6327d3f + a743825 commit e104fd4

File tree

1 file changed

+1
-0
lines changed
  • packages/tsc-transform-imports/src

1 file changed

+1
-0
lines changed

packages/tsc-transform-imports/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ if (CORE_DIRECTORIES.length > 0) {
109109
useWizardContext: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/Wizard'),
110110
DataListWrapModifier: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/DataList'),
111111
MenuToggleElement: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/MenuToggle'),
112+
TimestampFormat: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/Timestamp'),
112113
};
113114
}
114115

0 commit comments

Comments
 (0)