interface Props { content: string runtime: string } export default function ScriptViewer({ content, runtime }: Props) { return (
{content}