import { html } from "lit"; import { NavDivider } from "./nav-divider"; export const template = (props: NavDivider) => html`

`;