Skip to content
Snippets Groups Projects
Commit 580d393e authored by lfr20's avatar lfr20
Browse files

add piwik

parent 3114a551
No related branches found
Tags v1.1.1
1 merge request!102Develop copy to implement accessibility
......@@ -170,12 +170,10 @@ export default function App() {
);
return (
// add piwik later
// history={piwik.connectToHistory(customHistory)}
<>
{!awaitTest &&
<React.Suspense fallback={<LoadingScreen/>}>
<BrowserRouter>
<BrowserRouter history={piwik.connectToHistory(customHistory)}>
<Header />
<div
style={{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment