Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Jun 25, 2024
1 parent 7f1ae9a commit 3065f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/app/snaps/snap-ui-renderer/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { JSXElement, GenericSnapElement, Text } from '@metamask/snaps-sdk/jsx';
import { JSXElement, GenericSnapElement } from '@metamask/snaps-sdk/jsx';
import { hasChildren } from '@metamask/snaps-utils';
import { memoize } from 'lodash';
import { sha256 } from '@noble/hashes/sha256';
Expand Down

0 comments on commit 3065f26

Please sign in to comment.