Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8246e3 commit eca859aCopy full SHA for eca859a
site/src/components/Form/FormCloseButton.tsx
@@ -2,7 +2,7 @@ import IconButton from "@material-ui/core/IconButton"
2
import { makeStyles } from "@material-ui/core/styles"
3
import Typography from "@material-ui/core/Typography"
4
import React, { useEffect } from "react"
5
-import { CloseIcon } from "../Icons/Close"
+import { CloseIcon } from "../Icons/CloseIcon"
6
7
export interface FormCloseButtonProps {
8
onClose: () => void
site/src/components/Icons/Close.tsx renamed to site/src/components/Icons/CloseIcon.tsx
0 commit comments