Skip to content

Commit

Permalink
refactor: remove unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagadeeshftw committed Jan 29, 2025
1 parent 3ccf699 commit dd95745
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/module/auth/setup.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down Expand Up @@ -62,7 +61,6 @@ export default function SetupPage() {
</Button>
}
/>
<CopyLink text="czvzcvsdasdfad" />
</div>
</div>
);
Expand Down

0 comments on commit dd95745

Please sign in to comment.