import Link from "next/link"; import { TemplateListExamples, TemplateListThemes } from "./TemplateList"; import { ActionButton } from "components/ActionBar/ActionButton"; import { HomeSmall } from "components/Icons/HomeSmall"; export const metadata = { title: "Leaflet Templates", description: "example themes and documents you can use!", }; export default function Templates() { return (
{/* NOT using b/c it does a permission check we don't need */} } label="Go Home" />

Template Library

); }