From dd957455f8d3d104885e2b7fce4da6fda73136b8 Mon Sep 17 00:00:00 2001 From: Jagadeeshftw Date: Wed, 29 Jan 2025 19:11:37 +0530 Subject: [PATCH] refactor: remove unused lines --- src/module/auth/setup.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/module/auth/setup.tsx b/src/module/auth/setup.tsx index cbefff4..c64ac86 100644 --- a/src/module/auth/setup.tsx +++ b/src/module/auth/setup.tsx @@ -1,5 +1,4 @@ import { Camera } from "lucide-react"; -import { CopyLink } from "@/components/ui/copylink"; import { FormWrapper } from "@/components/ui/form/formwrapper"; import { Input } from "@/components/ui/input"; import * as Yup from "yup"; @@ -62,7 +61,6 @@ export default function SetupPage() { } /> - );