import { Link, NavLink, Outlet } from "react-router-dom"; import { Icon } from "./Icon"; const NAV = [ { to: "/", label: "Overview" }, { to: "/play", label: "Live Demo" }, { to: "/dashboard", label: "Training" }, { to: "/research", label: "Research" }, ]; export const REPO_URL = "https://github.com/SirjanSingh/zombiee"; export const HF_URL = "https://huggingface.co/SirjanSingh"; export const PAPER_URL = "https://github.com/SirjanSingh/zombiee/blob/master/v1/report/v1/v1.tex"; export function Layout() { return (