Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Jun 28, 2024
1 parent 450ef35 commit aa6de7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export { default as Chip } from './Chip';
export { default as ChipCheckbox } from './ChipCheckbox';
export { default as CircularIndeterminate } from './CircularIndeterminate';
export { default as Copyright } from './Copyright';
export { default as DataGrid } from './DataGrid';
export { default as DragHandleDivider } from './DragHandleDivider';
export { default as Drawer } from './Drawer';
export { default as ErrorComponent } from './ErrorComponent';
Expand Down
1 change: 0 additions & 1 deletion src/interfaces/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export { default as CheckboxWithFormControlledProps } from './CheckboxWithFormCo
export { default as CheckboxWithFormProps } from './CheckboxWithFormProps';
export { default as ChipProps } from './ChipProps';
export { default as CopyrightProps } from './CopyrightProps';
export { default as DataGridProps, GridValidRowModel } from './DataGridProps';
export { default as DragHandleDividerProps } from './DragHandleDividerProps';
export { default as GridHideableProps } from './GridHideableProps';
export { default as ImageBackdropProps } from './ImageBackdropProps';
Expand Down

0 comments on commit aa6de7c

Please sign in to comment.