From 232b0af11f3b31fcaa4788c8f8f6b93f80e50e08 Mon Sep 17 00:00:00 2001 From: JilianaTiu Date: Sun, 6 Nov 2022 12:22:14 -0800 Subject: [PATCH] remove navigation import involve box --- src/public/components/InvolveBox.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/public/components/InvolveBox.tsx b/src/public/components/InvolveBox.tsx index c2c295b..35f2c9a 100644 --- a/src/public/components/InvolveBox.tsx +++ b/src/public/components/InvolveBox.tsx @@ -1,11 +1,5 @@ -import { - NavigationHelpersContext, - useNavigation, - useNavigationState, -} from "@react-navigation/native"; import * as React from "react"; import { Component } from "react"; -import { useNavigate } from "react-router-dom"; interface InvolveBoxProps { boxTitle: string;