import { FunctionComponent } from "react"; type Props = {}; export const HomeContainer: FunctionComponent = () => { return (

This is the react base app :)

Learn React , Redux , Redux Toolkit , and React Redux
); };