zaguiini / formik-wizard

A multi-step form component powered by formik and react-albus
MIT License
86 stars 26 forks source link

(trivial) Fix Summary component name in example #26

Closed chug2k closed 4 years ago

chug2k commented 4 years ago

The Summary step's view was mistakenly named CompanyInfo. It didn't break anything because it was still imported as Summary from the other file, but just fixing in case that confused anybody.