import React from "react"; export default function CopyCodeBox({ text }: { text: string }) { return (
{text}

Copy and paste this code when prompted

); }