import type { NavBarProps } from "$/types/Nav"; import clsx from "clsx"; export default function NavBar(props: NavBarProps){ const { className, children } = props; return ( ); }