Skip to content

Commit

Permalink
update MainLandingPage.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch1009 committed Sep 17, 2024
1 parent 52fa0c6 commit 8d33d6b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions components/src/components/LandingPage/MainLandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => {


Expand Down

0 comments on commit 8d33d6b

Please sign in to comment.