refactor: remove unused import and improve conditional rendering in block device dialog 🔨

This commit is contained in:
2025-07-01 06:59:38 +05:00
parent 3cd3bbad16
commit 8051b00dcf
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,3 @@
import { redirect } from "next/navigation";
import { getServerSession } from "next-auth";
import { Suspense } from "react";
import { authOptions } from "@/app/auth";