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 78aa3bb commit bd0a582Copy full SHA for bd0a582
tsc-alias-replacer/muiReplacer.ts
@@ -1,6 +1,6 @@
1
import { AliasReplacerArguments } from 'tsc-alias';
2
3
-/** A `tsc-alias` replacer that fixes up the imports `from 'lodash/xxxx'` to be `from `lodash/xxxx.js`
+/** A `tsc-alias` replacer that fixes up the imports `from '@mui/xxxx'` to be `from `@mui/xxxx/index.js`
4
*
5
* @param orig - The original import name
6
*/
0 commit comments