import type { Metadata } from "next";
import UsesClient from "@/components/uses/UsesClient";
export const metadata: Metadata = { title: "Uses — Ravneet Brar", description: "The tools behind the work — hardware, software and Zyphron infrastructure used by Ravneet Brar." };
export default function UsesPage() { return <UsesClient />; }
