Front-End repository for Entree
├── src
│ ├── api
│ ├── assets
│ │ └── images
│ ├── components
│ ├── lib
│ ├── pages
│ ├── routes
│ ├── store
│ ├── style
│ ├── types
│ ├── utils
│ │ ├── functions
│ │ └── hooks
│ ├── App.tsx
│ ├── index.tsx
│ └── router.tsx
├── public
└── webpack