Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions landing-page/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Metadata } from "next";
import { darkerGrotesque, pattanakarn } from '../lib/fonts';
import "./globals.css";
import { GoogleAnalytics } from '@next/third-parties/google'
import RB2BLoader from '../components/RB2BLoader';

export const metadata: Metadata = {
title: "Exosphere | Async AI Workflows at Scale",
Expand Down Expand Up @@ -74,7 +73,6 @@ export default function RootLayout({
>
{children}
<GoogleAnalytics gaId="G-XY9H2PN0ZX" />
<RB2BLoader />
</body>
</html>
);
Expand Down
21 changes: 0 additions & 21 deletions landing-page/src/components/RB2BLoader.tsx

This file was deleted.