import React from 'react' import {Settings} from 'luxon' import ReactDOM from 'react-dom' import 'fomantic-ui-less/semantic.less' import './index.css' import App from './App' import 'maplibre-gl/dist/maplibre-gl.css' import {Provider} from 'react-redux' import store from './store' // TODO: remove Settings.defaultLocale = 'de-DE' ReactDOM.render( , document.getElementById('root') )