Skip to content

Commit 0ef609c

Browse files
committed
fix duplicated getImage import
1 parent f1ac120 commit 0ef609c

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)