The website was initially made using react-material-ui template, but it is not using it anymore so the code is still there, we want to remove those portions to unload the heavy codebase.
Solution
Go to routes, see which routes are used and remove the rest of the files and components that are not being used.
Title
The website was initially made using react-material-ui template, but it is not using it anymore so the code is still there, we want to remove those portions to unload the heavy codebase.
Solution
Go to routes, see which routes are used and remove the rest of the files and components that are not being used.