dphaener / react-rails-bootstrap

A Rails 5 Relay API with a React/Relay/Recompose app baked in.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client: Missing "navigation" component

k7k0 opened this issue · comments

This client/src/shared folder is not on the repo, seems missing https://github.com/DNACodeStudios/react-rails-bootstrap/blob/78a4f3aaee24278ce4b6d6e5f98240824231f389/client/src/App.jsx#L7

Maybe you forgot to add it?

@k7k0 Fixed by e8fbc9a. It was the other way around actually. I forgot to REMOVE the reference to the Navigation component.