From 8d33d6bb6253f52564bd793512eb7a9c173f9ea5 Mon Sep 17 00:00:00 2001 From: Mitch Chanza Date: Tue, 17 Sep 2024 17:29:04 +0200 Subject: [PATCH] update MainLandingPage.tsx --- components/src/components/LandingPage/MainLandingPage.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/components/src/components/LandingPage/MainLandingPage.tsx b/components/src/components/LandingPage/MainLandingPage.tsx index 68e3a3b..3cfe81e 100644 --- a/components/src/components/LandingPage/MainLandingPage.tsx +++ b/components/src/components/LandingPage/MainLandingPage.tsx @@ -5,14 +5,6 @@ import { ImageGallery, LandingPageImages, smallImages } from "."; import { SmallRoundedImageGallery } from "./SmallRoundedImageGallery "; import React from "react"; -interface SessionData { - data?: { - name?: string; - email?: string; - }; - - } - export const MainLandingPage = ({ session }: { session: unknown| null | undefined }) => {