jacquardSnapshot

← snapshot

202 bytes
import { ShelfView } from "@/components/shelf-view";

export const metadata = { title: "The shelf · lowell" };

export default function ShelfPage() {
  return <ShelfView defaultPath="~/jack/one" />;
}