https://github.com/TheSoftwareHouse/react-starter-boilerplate/blob/master/src/ui/index.ts the barrel file [is not the best idea](https://marvinh.dev/blog/speeding-up-javascript-ecosystem-part-7/) and it's not used either https://github.com/TheSoftwareHouse/react-starter-boilerplate/blob/master/src/app/about/About.tsx#L1 https://github.com/TheSoftwareHouse/react-starter-boilerplate/blob/master/src/app/user/User.tsx#L3 direct import is used in each example component
https://github.com/TheSoftwareHouse/react-starter-boilerplate/blob/master/src/ui/index.ts
the barrel file is not the best idea and it's not used either
https://github.com/TheSoftwareHouse/react-starter-boilerplate/blob/master/src/app/about/About.tsx#L1
https://github.com/TheSoftwareHouse/react-starter-boilerplate/blob/master/src/app/user/User.tsx#L3
direct import is used in each example component