Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 24, 2022
1 parent ff2ba27 commit 54ee5fc
Showing 1 changed file with 4 additions and 1 deletion.
@@ -1,3 +1,6 @@
var A = function() {
return /*#__PURE__*/ React.createElement("div", null);
return /*#__PURE__*/ React.createElement.apply(React, [
"div",
null
]);
};

0 comments on commit 54ee5fc

Please sign in to comment.