Skip to content

Commit

Permalink
Fixed broken component export
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-palmer committed May 13, 2024
1 parent 0cc6ebd commit 3a05555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/UVMS.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ function UVMS({ name, img, children }) {
);
}

export default Platform;
export default UVMS;

0 comments on commit 3a05555

Please sign in to comment.