Skip to content
Snippets Groups Projects
Commit 2b5b7649 authored by lfr20's avatar lfr20
Browse files

removed piwik

parent 7252bb5d
Branches
Tags
1 merge request!69Fixed upload page: recaptcha not implemented, lack of blocking (part one, two,...
...@@ -152,7 +152,9 @@ export default function App() { ...@@ -152,7 +152,9 @@ export default function App() {
}, [window.innerWidth, window.innerHeight]); }, [window.innerWidth, window.innerHeight]);
return ( return (
<BrowserRouter history={piwik.connectToHistory(customHistory)}> // add piwik later
// history={piwik.connectToHistory(customHistory)}
<BrowserRouter>
<Header /> <Header />
<div <div
style={{ style={{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment