This repository has been archived by the owner on May 15, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(component): add component for rendering authenticated Drawer items
## what - create a component used for render Drawer List Items that display links to the app IF the user is authenticated - Render the 'home' button - Render the 'logout' button ## how ## why - better to split the component for rendering drawer list items if the user is authenticated or not. - this component later will be used to render page links to the APP that will require the to be authenticated ## where ## usage
- Loading branch information