Skip to content

Commit a743825

Browse files
committed
chore: add TimestampFormat component into COMPONENTS_CACHE list
1 parent 6327d3f commit a743825

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)