import React from "react"; import Image from "next/image"; import MenuLinks from "../components/MenuBar/MenuLinks"; import { cn } from "../../../nextjs-dashboard/lib/utils"; const layout = ({ children }: { children: React.ReactNode }) => { return (
Menu