p5.js-web-editor
p5.js-web-editor copied to clipboard
Cleaned the codebase by removing unused files inside client/component…
Fixes #2555
Changes:
I have removed some unused files under client/components/Nav to make the codebase look more organised
- [Yes] has no linting errors (
npm run lint
) - [ Yes] has no test errors (
npm run test
) - [ Yes] is from a uniquely-named feature branch and is up to date with the
develop
branch. - [ Yes] is descriptively named and links to an issue number, i.e.
Fixes #123