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