Added the original footer
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import "../styles/_styles.scss";
|
||||
import TagManager from "react-gtm-module";
|
||||
|
||||
// TagManager.initialize({ gtmId: "" });
|
||||
const App = ({ Component, pageProps }) => {
|
||||
return <Component { ...pageProps } />;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user