import React from 'react' import Status from './Status' function Completer() { return (
{/* */}
) } export default Completer