diff --git a/app/components/getPage.tsx b/app/components/getPage.tsx index 7243ead..c8bcffb 100644 --- a/app/components/getPage.tsx +++ b/app/components/getPage.tsx @@ -7,9 +7,8 @@ import { NextUIProvider, Snippet, } from "@nextui-org/react"; +import { FaRegCopy , FaArrowLeft } from "react-icons/fa"; import { useEffect, useState } from "react"; - -import { FaRegCopy } from "react-icons/fa"; import { Spinner } from "@nextui-org/react"; import { useRouter } from "next/navigation"; export default function GetPage({ clippyId }: { clippyId: string }) { @@ -84,15 +83,18 @@ export default function GetPage({ clippyId }: { clippyId: string }) { }; return ( +
- + ) : null}