{children}
diff --git a/src/index.js b/src/index.js
index ef2edf8..4fcff31 100644
--- a/src/index.js
+++ b/src/index.js
@@ -3,12 +3,15 @@ import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';
+import {BrowserRouter} from "react-router-dom"
ReactDOM.render(
-
-
- ,
- document.getElementById('root')
+
+
+
+
+ ,
+ document.getElementById('root')
);
// If you want to start measuring performance in your app, pass a function
diff --git a/src/routes/Gestinfo/components/Token.js b/src/routes/Gestinfo/components/Token.js
index 1984f00..f93ad47 100644
--- a/src/routes/Gestinfo/components/Token.js
+++ b/src/routes/Gestinfo/components/Token.js
@@ -7,13 +7,13 @@ import {Bold, Strike, Color} from "bluelib/lib/components";
export default function Token({children, indexTerm, stopword}) {
if(indexTerm) {
return (
- {children}
+ {children}
)
}
if(stopword) {
return (
- {children}
+ {children}
)
}
diff --git a/src/routes/Gestinfo/index.js b/src/routes/Gestinfo/index.js
index 6ff2fc5..3f77628 100644
--- a/src/routes/Gestinfo/index.js
+++ b/src/routes/Gestinfo/index.js
@@ -1476,27 +1476,27 @@ export default function Gestinfo() {
0 |
★★★★☆ |
- {r`4 \cdot 2^{0} =\ `}{`+4.00`} |
+ {r`4 \cdot 2^{0} =\ `}{`+4.00`} |
1 |
★★☆☆☆ |
- {r`2 \cdot 2^{-1} =\ `}{`+1.00`} |
+ {r`2 \cdot 2^{-1} =\ `}{`+1.00`} |
2 |
★★★☆☆ |
- {r`3 \cdot 2^{-2} =\ `}{`+0.75`} |
+ {r`3 \cdot 2^{-2} =\ `}{`+0.75`} |
3 |
★★★★★ |
- {r`5 \cdot 2^{-3} =\ `}{`+0.63`} |
+ {r`5 \cdot 2^{-3} =\ `}{`+0.63`} |
Tot |
----- |
- {r`4 + 1 + 0.75 + 0.63 =\ `}{`+6.38`} |
+ {r`4 + 1 + 0.75 + 0.63 =\ `}{`+6.38`} |