Skip to content

Commit

Permalink
fix: Fix compilation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gkarat committed Aug 11, 2023
1 parent 3bbe66d commit fab5588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/InventoryDetail/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { default as InventoryDetail } from './InventoryDetail';
export { default as DetailWrapper } from './DetailWrapper';
export { default as AppInfo } from './AppInfo';
2 changes: 1 addition & 1 deletion src/modules/InventoryTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ const InventoryTable = React.forwardRef((props, ref) => (

export default InventoryTable;

export { useOperatingSystemFilter } from '../components/filters';
export { default as useOperatingSystemFilter } from '../components/filters/useOperatingSystemFilter';

0 comments on commit fab5588

Please sign in to comment.