import React from "react"; import { Button, Form, Modal } from "../external"; export function InterceptModal(props) { return ( {props.title} {props.message} ); };