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