Migrated from react-scripts-ts to react-scripts

This commit is contained in:
Przemek Wiech
2019-02-06 22:57:38 +01:00
parent aa78a3253d
commit f0addd57a9
8 changed files with 27 additions and 34 deletions

View File

@@ -1,8 +1,8 @@
import * as locale_en from 'react-intl/locale-data/en';
import * as locale_pl from 'react-intl/locale-data/pl';
import * as messages_pl from './translations/pl.json';
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import messages_pl from './translations/pl.json';
import {addLocaleData} from 'react-intl';
import {ChartView} from './chart_view';
import {HashRouter as Router, Route, Switch} from 'react-router-dom';