Skip to content

Commit

Permalink
chore(react): remove redundant export
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Oct 21, 2024
1 parent 59f82e6 commit 6d70f06
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,7 @@ export * from './theme';
export {default as usePastelColorGenerator} from './hooks/use-pastel-color-generator';
export * from './hooks/use-pastel-color-generator';
export {default} from './utils/generate-pastel-color';
export {
ToggleButton,
ToggleButtonGroup,
Dialog,
DialogTitle,
DialogContent,
DialogContentText,
DialogActions,
} from '@mui/material';
export {ToggleButton, ToggleButtonGroup} from '@mui/material';
export {useColorScheme} from '@mui/material/styles';

export type {Theme} from './models/theme';

0 comments on commit 6d70f06

Please sign in to comment.