training.js 255 B

1234567891011
  1. //import TrainingForm from "../src/training/components/trainingForm";
  2. //import { TrainingTypeForm } from "../components/trainingType";
  3. const Training = props => (
  4. <>
  5. <h1>Hey there!</h1>
  6. <p>Nothing here...</p>
  7. </>
  8. );
  9. export default Training;