chore: remove unused Link import and stray whitespace

This commit is contained in:
charles-gauthereau
2026-07-05 17:06:42 +02:00
parent de33dea50d
commit 693ef6ec3e
2 changed files with 0 additions and 5 deletions
@@ -77,10 +77,7 @@ export async function handleDatabases(body: Body, agent: Agent, lastContact: Dat
})
.returning();
if (databaseCreated) {
await dbClient
.insert(drizzleDb.schemas.healthcheckLog)
.values({
-2
View File
@@ -1,6 +1,4 @@
"use client";
import Link from "next/link";
import Image from "next/image";
import {useState} from "react";
import {Card} from "@/components/ui/card";