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.
1 parent 6327d3f commit a743825Copy full SHA for a743825
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