Skip to content

Commit

Permalink
export PolicyTopology
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmadigan committed Aug 21, 2024
1 parent 620eab5 commit 28efa11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"name": "react-policy-topology",
"version": "0.1.2",
"type": "module",
"main": "src/main.js",
"module": "src/main.js",
"dependencies": {
"@patternfly/patternfly": "^4.224.5",
"@patternfly/react-core": "^4.278.1",
Expand Down
2 changes: 2 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import PolicyTopology from './src/PolicyTopology';
export default PolicyTopology;

0 comments on commit 28efa11

Please sign in to comment.