Skip to content

Commit

Permalink
feat(ocm): export default icon for use in dynamic plugins (#919)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Coufal <[email protected]>
  • Loading branch information
tumido authored Nov 8, 2023
1 parent d45d12c commit e6dd16d
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 2,653 deletions.
1 change: 1 addition & 0 deletions plugins/ocm/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export {
useCluster,
} from './components/ClusterContext';
export { ClusterInfoCard } from './components/ClusterInfoCard';
export { default as OcmIcon } from '@material-ui/icons/Storage';
Loading

0 comments on commit e6dd16d

Please sign in to comment.