Currently the pages files hold too much code. The page file should only be to manage shared states but the sections should be split into different files to ease maintainance. This way, also if a section can be used somewhere else, we can just import that section in a different page.
Currently the pages files hold too much code. The page file should only be to manage shared states but the sections should be split into different files to ease maintainance. This way, also if a section can be used somewhere else, we can just import that section in a different page.