@@ -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 }) => {