import { Metadata } from "next";
import { TopbarNav } from "./components/TopbarNav";
import { LayoutGrid, Tent } from "lucide-react";
import Header from "./components/Header";
export const metadata: Metadata = {
title: "Configuration",
description: "",
};
const topNavItems = [
{
title: "Sites",
href: "/configuration/sites",
icon: