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 2b478d4 commit 00f6c8dCopy full SHA for 00f6c8d
components/Copy.js icons/Copy.jscomponents/Copy.js renamed to icons/Copy.js
pages/index.js
@@ -10,7 +10,7 @@ import Button from "../components/Button";
10
11
import { CODE_EDITOR_THEME } from "../constants/theme";
12
import { DEMO_JSON_STRING } from "../components/constants";
13
-import { Copy } from "../components/Copy";
+import { Copy } from "../icons/Copy";
14
15
export default function Home() {
16
const [inputString, setInputString] = useState(
0 commit comments