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 helper object to manage pages
## what - add helper object to keep track all pages in the App - create interface for basic structure of pages - contains: - linkName - url - icon - create object of type Record<string, IpageLinks> to store pages data ## how ## why - this will be used to create items on AppBar and AppDrawer - the reason it's an object and not array, is because I want to be selective which items are added to the drawer or appbar ## where ## usage
- Loading branch information