// Collectibles: AI-generated cards minted to the blockchain (provenance mapped // to the creator). Create flow reuses the card creator with kind=collectible. import { CardCollection } from "../../src/components/CardCollection"; export default function Collectibles() { return ( ); }