import { buildCommit } from "@/lib/build-info"; export function BuildStamp() { return build {buildCommit.slice(0, 7)}; }