1import { useParams } from "@solidjs/router"; 2 3export function RepoCommits() { 4 const params = useParams(); 5}