import type { JSXElement } from "solid-js"; import type { IconProps } from "./Icon"; import { Icon } from "./Icon"; import { Link } from "./Link"; import clsx from "clsx"; type QuickLinksProps = { children: JSXElement; class?: string; }; export default function QuickLinks(props: QuickLinksProps) { return (
Dernière modification :{" "}
)}{props.description}