Description
Each diagram has a unique id that a user can route to on the client. This URL should be able to be shared to let others view the diagram. Add React Router to allow this.
Acceptance Criteria
Add the following routes using react router
/ - to be the start menu
/:id - to be the diagram editor for the diagram with that id
Description Each diagram has a unique id that a user can route to on the client. This URL should be able to be shared to let others view the diagram. Add React Router to allow this.
Acceptance Criteria Add the following routes using react router