Browse Source

Moving the useCopying hook

Kirk Trombley 5 years ago
parent
commit
279e392d3c

+ 1 - 1
client/src/components/util/ClickToCopy/ClickToCopy.jsx

@@ -1,5 +1,5 @@
 import React, { useState } from "react";
-import useCopying from "./useCopying";
+import useCopying from "../../../hooks/useCopying";
 import CopyingTooltip from "./CopyingTooltip";
 
 export default ({ text }) => {

+ 0 - 0
client/src/components/util/ClickToCopy/useCopying.jsx → client/src/hooks/useCopying.jsx