Skip to content

Commit bd0a582

Browse files
- Fixed comment
1 parent 78aa3bb commit bd0a582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsc-alias-replacer/muiReplacer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { AliasReplacerArguments } from 'tsc-alias';
22

3-
/** A `tsc-alias` replacer that fixes up the imports `from 'lodash/xxxx'` to be `from `lodash/xxxx.js`
3+
/** A `tsc-alias` replacer that fixes up the imports `from '@mui/xxxx'` to be `from `@mui/xxxx/index.js`
44
*
55
* @param orig - The original import name
66
*/

0 commit comments

Comments
 (0)