Whoops part 2

This commit is contained in:
dvelo 2024-07-23 22:09:06 -05:00
parent 3d2acbdd78
commit 1ed51c7261

@ -12,6 +12,7 @@ import { Server } from "lucide-react";
import type { Metadata, ResolvingMetadata } from "next";
import { IconDisplayClient } from "@/components/IconDisplay";
import { banner } from "@/banner";
import Link from "next/link";
type Props = {
params: { server: string };