From 81f81688069a84a76abd0c7b0d31aa6213ebb316 Mon Sep 17 00:00:00 2001 From: KunalLorex Date: Sun, 19 May 2024 23:21:10 +0530 Subject: [PATCH] added the gtags --- client/src/pages/_app.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/client/src/pages/_app.tsx b/client/src/pages/_app.tsx index c329183..afc783a 100644 --- a/client/src/pages/_app.tsx +++ b/client/src/pages/_app.tsx @@ -10,6 +10,7 @@ import 'slick-carousel/slick/slick.css' import '@/styles/globals.css' import '@/styles/react-slick.css' import { NextPageWithLayout } from '@/interfaces/layout' +import Script from 'next/script' // import 'slick-carousel/slick/slick-theme.css' // Client-side cache, shared for the whole session of the user in the browser. @@ -32,6 +33,20 @@ const App: FC = (props: AppPropsWithLayout) => { BigOhhh - Code Your Dreams + + {/* CssBaseline kickstart an elegant, consistent, and simple baseline to build upon. */}