jacquardSnapshot

← snapshot

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

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

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