import React from 'react'; const Home: React.FC = () => { return (

Start Prompting

); }; export default Home;