|
@@ -4,6 +4,7 @@ import Match from './match' // Everything that has to do with matches
|
|
|
import Excel from './excel' // Helper files to create Excel files
|
|
|
import { date2s, time2s } from './helpers'
|
|
|
import 'bootstrap/dist/css/bootstrap.css'
|
|
|
+import { FILTER_OFF } from './constants'
|
|
|
|
|
|
/**
|
|
|
* General Application Design
|
|
@@ -36,8 +37,6 @@ import 'bootstrap/dist/css/bootstrap.css'
|
|
|
*
|
|
|
*/
|
|
|
|
|
|
-const FILTER_OFF = 'Alle'
|
|
|
-
|
|
|
/** Main application */
|
|
|
class App extends React.Component {
|
|
|
/**
|