Skip to content

Commit

Permalink
rebase + rm unused test component
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Sep 14, 2023
1 parent 57eef30 commit cb3353d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,3 @@ const assetKeyTokensInRange = (

return uniq(ledToTarget);
};

function Test(props: any) {
console.log(props);
return null;
}

0 comments on commit cb3353d

Please sign in to comment.