Closed
Description
The current source code for the CSE Machine have both a "compactComponents" folder and a main "components" folder, with many components having duplicate code.
The CSE Machine primarily uses the components located in the "compactComponents" folder, and the main components are barely used as the only way to see them is to toggle the experimental button at the top of the CSE Machine.
It would be best to remove these main components and refactor the compact components to be the new main components instead.