Skip to content

Commit

Permalink
Fix imports in formattedTSDemos
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Nov 25, 2022
1 parent b4f41b0 commit 3a4fe69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripts/formattedTSDemos.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const babel = require('@babel/core');
const prettier = require('prettier');
const typescriptToProptypes = require('typescript-to-proptypes');
const yargs = require('yargs');
const { fixBabelGeneratorIssues, fixLineEndings } = require('./helpers');
const { fixBabelGeneratorIssues, fixLineEndings } = require('@mui-internal/docs-utilities');

const tsConfig = typescriptToProptypes.loadConfig(path.resolve(__dirname, '../tsconfig.json'));

Expand Down

0 comments on commit 3a4fe69

Please sign in to comment.