import React from 'react'; export default function NotDone (props: any) { return ( <>

This is not implemented yet :(

however, here is your props.
{JSON.stringify(props)} ); }