Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eca859a

Browse files
committed
Rename CloseIcon
1 parent c8246e3 commit eca859a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

site/src/components/Form/FormCloseButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import IconButton from "@material-ui/core/IconButton"
22
import { makeStyles } from "@material-ui/core/styles"
33
import Typography from "@material-ui/core/Typography"
44
import React, { useEffect } from "react"
5-
import { CloseIcon } from "../Icons/Close"
5+
import { CloseIcon } from "../Icons/CloseIcon"
66

77
export interface FormCloseButtonProps {
88
onClose: () => void

0 commit comments

Comments
 (0)