Skip to content

Commit a73d39b

Browse files
authored
Merge pull request #8162 from ethereum/fix-get-image
Fix duplicated `getImage` import
2 parents f1ac120 + 0ef609c commit a73d39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FindWallet/WalletTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Libraries
22
import React, { useState, SVGProps } from "react"
3-
import { getImage, GatsbyImage } from "gatsby-plugin-image"
3+
import { GatsbyImage } from "gatsby-plugin-image"
44
import { keyframes } from "@emotion/react"
55
import styled from "@emotion/styled"
66

0 commit comments

Comments
 (0)