Added the original footer

This commit is contained in:
2023-09-10 22:22:28 +02:00
parent 0b96d0e561
commit ea192edf8f
2 changed files with 17 additions and 95 deletions

View File

@@ -1,5 +1,7 @@
import "../styles/_styles.scss";
import TagManager from "react-gtm-module";
// TagManager.initialize({ gtmId: "" });
const App = ({ Component, pageProps }) => {
return <Component { ...pageProps } />;
};