import type { Metadata } from "next"; import Link from "next/link"; export const metadata: Metadata = { title: "Uses — Angel Mankel", }; export default function UsesPage() { return (

Uses

test
); }