// src/components/code-playground/OutputDisplay.tsx import React from 'react'; const OutputDisplay = ({ output, error }) => (
{error}
{output}