9 lines
242 B
JavaScript
9 lines
242 B
JavaScript
|
// no dependencies
|
||
|
|
||
|
export const __DEBUG__ = 1;
|
||
|
export const __APP_VERSION__ = 'v0.1.3a';
|
||
|
|
||
|
export const __APP_INTRO__ = `
|
||
|
<b>Right way to follow.</b><br>
|
||
|
In this update you can find a shortest route for any given start and destination.<br>
|
||
|
`;
|