import React from 'react'; import { useAppContext } from './app'; const Navbar: React.FC = () => { const {state, redirect} = useAppContext() as any; return (