Skip to content

Commit

Permalink
refactor: add missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomous committed Jul 22, 2024
1 parent 788f13d commit a60ce36
Show file tree
Hide file tree
Showing 3 changed files with 20,360 additions and 10,409 deletions.
2 changes: 1 addition & 1 deletion packages/react-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@
"^.+\\.(ts|tsx|js|jsx)$": "ts-jest"
}
}
}
}
2 changes: 2 additions & 0 deletions packages/react-material-ui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ export { default as UsersModule } from './modules/users';

export { default as OtpInput } from './components/OtpInput';

export { default as Breadcrumbs } from './components/Breadcrumbs';

import * as i18n from './utils/i18n';
export { i18n };

Expand Down
Loading

0 comments on commit a60ce36

Please sign in to comment.