File structure: components should be organized
TCL735 opened this issue · 0 comments
TCL735 commented
Currently all components are dumped into giraffe/src/components
and it is hard to tell which files actually make up a single graph type or component. Bring organization to this folder by further grouping related files into subfolders. Use an index
file for each subfolder to make importing easier by pull from a single path rather than multiple imports of multiple paths.