← snapshot
import { ShelfView } from "@/components/shelf-view"; export const metadata = { title: "The shelf · lowell" }; export default function ShelfPage() { return <ShelfView defaultPath="~/jack/one" />; }