Start porting over the admin area to react
This commit is contained in:
parent
e7aeeace26
commit
1dff1f1810
5 changed files with 250 additions and 41 deletions
|
@ -52,10 +52,10 @@ const App = () => {
|
|||
store.getActions().settings.setSettings(SiteConfiguration!);
|
||||
}
|
||||
|
||||
/* useEffect(() => {
|
||||
useEffect(() => {
|
||||
ReactGA.initialize(SiteConfiguration!.analytics);
|
||||
ReactGA.pageview(location.pathname);
|
||||
}, []); */
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue