Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Staging #220

Merged
merged 17 commits into from
Feb 13, 2024
3 changes: 0 additions & 3 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { NextAuthProvider } from "@/app/providers";
import GoogleAnalytics from "@/app/components/GoogleAnalytics";
import { Toaster } from "@/components/ui/toaster"
import Footer from '@/app/components/footer';
import Script from 'next/script';

const inter = Inter({ subsets: ['latin'] })

Expand All @@ -29,8 +28,6 @@ export default function RootLayout({
<NextAuthProvider>{children}</NextAuthProvider>
<Toaster />
<Footer />

<Script id="hs-script-loader" async defer src="//js-eu1.hs-scripts.com/144055056.js"></Script>
</body>
</html>
)
Expand Down