interface ModalProps { title: string context: string } export function Modal({ title, context }: ModalProps) { return (