Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed May 20, 2024
1 parent 5098620 commit b35fd06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion packages/x-charts-pro/.mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ module.exports = {
'**/build/**',
'docs/.next/**',
],
spec: ['packages/x-charts/**/*.test.{js,ts,tsx}'],
spec: ['packages/x-charts-pro/**/*.test.{js,ts,tsx}'],
};
7 changes: 0 additions & 7 deletions packages/x-charts-pro/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
import { LicenseInfo as LicenseInfoExport } from '@mui/x-license';
/**
* @deprecated Use `@mui/x-license` package instead:
* @example import { LicenseInfo } from '@mui/x-license';
*/
export class LicenseInfo extends LicenseInfoExport {}

export * from '@mui/x-charts';

0 comments on commit b35fd06

Please sign in to comment.