//import TrainingForm from "../src/training/components/trainingForm"; //import { TrainingTypeForm } from "../components/trainingType"; const Training = props => ( <> <h1>Hey there!</h1> <p>Nothing here...</p> </> ); export default Training;