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;