import { GearIcon, ListUnorderedIcon } from "@primer/octicons-react"; import { DownloadIcon } from "./download-icon"; export const routes = [ { path: "/", nameKey: "catalogue", render: () => , }, { path: "/downloads", nameKey: "downloads", render: (isDownloading: boolean) => ( ), }, { path: "/settings", nameKey: "settings", render: () => , }, ];