Knect-Dev / Knect-Dev-Frontend

Front End for Knect Dev Application
https://www.knect.dev/home
MIT License
0 stars 0 forks source link

breaks App into App and Main components to allow for conditional rend… #49

Closed eriksavage closed 2 years ago

eriksavage commented 2 years ago

…ering of auth

Splits App into Main and App to allow for conditional rendering of the Auth component.

App holds Redux provider and IonApp as well as templates and Main

Main holds router and access into all other components