We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35cfb4 commit de13aaeCopy full SHA for de13aae
modules/root.js
@@ -1,14 +1,15 @@
1
import React from 'react';
2
import { render } from 'react-dom';
3
import { Layout } from '#components/layout';
4
+import packageJson from '../package.json';
5
6
import './controls/keyboard';
7
import './components/import';
8
9
import Analytics from 'electron-google-analytics';
10
11
(new Analytics('UA-109903721-1'))
- .pageview('http://flex2.kirjava.xyz', '/', 'Main View')
12
+ .pageview('http://flex2.kirjava.xyz', `/${packageJson.version}`, 'Main View')
13
.then((response) => { }).catch((err) => { });
14
15
render(
0 commit comments