Show notes
root.tsx is over 300 lines. Is there a reason for keeping all the functions in one file? Why don't you split each function in separate a file and import it?
Why didn't you break root.tsx into smaller components?root.tsx is over 300 lines. Is there a reason for keeping all the functions in one file? Why don't you split each function in separate a file and import it?
Why didn't you break root.tsx into smaller components?