/* * * HomePage * */ import React from 'react'; import pluginId from '../../pluginId'; const HomePage: React.VoidFunctionComponent = () => { return (

{pluginId}'s HomePage

Happy coding

); }; export default HomePage;