From f66f1a32a1e94528218bcfddcd91a6093c34728d Mon Sep 17 00:00:00 2001
From: Aidan
Date: Wed, 23 Apr 2025 08:07:00 -0400
Subject: [PATCH] chore: lint
---
src/components/setup/StageOne.tsx | 4 ++--
src/components/setup/StageTwo.tsx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/setup/StageOne.tsx b/src/components/setup/StageOne.tsx
index 0c18df0..a8f6bc4 100644
--- a/src/components/setup/StageOne.tsx
+++ b/src/components/setup/StageOne.tsx
@@ -1,6 +1,6 @@
import { Button } from "@/components/ui/button"
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"
-import { Key, Mail } from "lucide-react"
+import { Mail } from "lucide-react"
interface StageOneProps {
setStage: (stage: number) => void
@@ -25,7 +25,7 @@ export default function Home({ setStage }: StageOneProps) {
Welcome to Mailseer! This is the first step of the setup process.
- We'll guide you through the installation process from here.
+ We'll guide you through the installation process from here.