Skip to content

Commit 00f6c8d

Browse files
Moved Copy icon to icons folder
1 parent 2b478d4 commit 00f6c8d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Button from "../components/Button";
1010

1111
import { CODE_EDITOR_THEME } from "../constants/theme";
1212
import { DEMO_JSON_STRING } from "../components/constants";
13-
import { Copy } from "../components/Copy";
13+
import { Copy } from "../icons/Copy";
1414

1515
export default function Home() {
1616
const [inputString, setInputString] = useState(

0 commit comments

Comments
 (0)