We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6327d3f + a743825 commit e104fd4Copy full SHA for e104fd4
packages/tsc-transform-imports/src/index.ts
@@ -109,6 +109,7 @@ if (CORE_DIRECTORIES.length > 0) {
109
useWizardContext: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/Wizard'),
110
DataListWrapModifier: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/DataList'),
111
MenuToggleElement: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/MenuToggle'),
112
+ TimestampFormat: getModuleExplicitLocation(CORE_DIRECTORIES, 'components/Timestamp'),
113
};
114
}
115
0 commit comments