瀏覽代碼

Moving the useCopying hook

Kirk Trombley 5 年之前
父節點
當前提交
279e392d3c
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/src/components/util/ClickToCopy/ClickToCopy.jsx
  2. 0 0
      client/src/hooks/useCopying.jsx

+ 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