Skip to content

ORGANIZAR VISTAS EN REACT, QUEDANDO DE LA SIGUIENTE FORMA: #13

@pablochile2017

Description

@pablochile2017
                        <Route path=“/RegisterForm” component={RegisterForm} />
                        <Route path=“/InputForm” component={InputForm} />
                        <Route path=“/Loading” component={Loading} />

                        <Route path=“/myAccount” component={MyAccount} />
                        <Route path=“/petHunterHistory” component={PetHunterHistory} />
                        <Route path=“/FindedPets” component={FindedPets} />
                        <Route path=“/AddForm” component={AddForm} />
                        <Route path=“/Coincidences” component={Coincidences} />

                        <Route path=“/ConfigurationPanel” component={ConfigurationPanel} />
                        <Route path=“/post” component={Post} />

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions