import { NextComponentType } from 'next' interface PromptEntryProps { prompt: string className: string } const PromptEntry = (props: PromptEntryProps) => { return ( <>
{props.prompt}