From 5d611343b2acb967b6e3d316d41eb9e6703cf30d Mon Sep 17 00:00:00 2001 From: Aden Krakman Date: Tue, 1 Nov 2022 18:24:28 -0500 Subject: [PATCH] remove press --- src/frontend/src/sections/MainPageLeftSection.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/frontend/src/sections/MainPageLeftSection.tsx b/src/frontend/src/sections/MainPageLeftSection.tsx index 7594e1289..62f3fd343 100644 --- a/src/frontend/src/sections/MainPageLeftSection.tsx +++ b/src/frontend/src/sections/MainPageLeftSection.tsx @@ -1,5 +1,4 @@ import React from 'react'; -import Searching from '../components/SearchAndDisplayResults'; interface Props { onChange: (e: boolean) => void; @@ -7,6 +6,6 @@ interface Props { onSelect: () => void; } -export default function LeftSection({ onChange }: Props) { +export default function LeftSection({ }: Props) { return
{/**/}
; }