App.tsx is currently holding all functionality. Pulling parts out will reduce the bloat and help the code be more manageable without stepping on other code for each new feature. The goal of this issue is to start the process of modularization, not perfectly breakout every function possible.
App.tsx is currently holding all functionality. Pulling parts out will reduce the bloat and help the code be more manageable without stepping on other code for each new feature. The goal of this issue is to start the process of modularization, not perfectly breakout every function possible.