type CustomWorldCreationStartCardProps = { onCreateNew: () => void; }; export function CustomWorldCreationStartCard({ onCreateNew, }: CustomWorldCreationStartCardProps) { return (