source: sources/client/src/utils/DestinationComponent.js

Last change on this file was 3a58bd6, checked in by Viktor <39170279+Tasevski2@…>, 3 years ago

Added Frontend

  • Property mode set to 100644
File size: 191 bytes
Line 
1export default class DestinationComponent {
2 constructor(path, component, exact = false) {
3 this.path = path;
4 this.component = component;
5 this.exact = exact;
6 }
7}
Note: See TracBrowser for help on using the repository browser.