diff --git a/src/index.tsx b/src/index.tsx index aaaf8fb..4cd3bf2 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -21,34 +21,10 @@ const examples = [ { name: "Help", href: "help" }, ]; -const ExamplesNav = () => { - const location = useLocation(); - const navigate = useNavigate(); - - return ( -