import React from 'react'; import './InitialComponent.scss'; import { connect } from 'react-redux'; import { Link } from 'react-router-dom'; const InitialComponent = ({ hello }: { hello: string }) => (
This is the text from the store of redux: {hello}
Edit src/frontend/InitialComponent.jsx
and save to reload.