chore: lint
This commit is contained in:
parent
0316745bc2
commit
f66f1a32a1
@ -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.
|
||||
</p>
|
||||
<p className="text-sm text-muted-foreground mt-4 mb-8">
|
||||
We'll guide you through the installation process from here.
|
||||
We'll guide you through the installation process from here.
|
||||
</p>
|
||||
<Button className="w-full cursor-pointer" onClick={() => setStage(2)}>
|
||||
Continue
|
||||
|
@ -24,7 +24,7 @@ export default function Home({ setStage }: StageTwoProps) {
|
||||
<CardContent>
|
||||
<h1 className="text-2xl font-bold mb-3">Step Two</h1>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Let's setup the first admin account.
|
||||
Let's setup the first admin account.
|
||||
</p>
|
||||
|
||||
<div className="flex flex-col gap-2 mt-6">
|
||||
|
Loading…
x
Reference in New Issue
Block a user