Convert UnauthenticatedView to TypeScript

This commit is contained in:
Robin Townsend 2022-08-18 18:48:24 -04:00
commit 2b45cf1f67
2 changed files with 17 additions and 16 deletions

View file

@ -58,7 +58,7 @@ export function LeftNav({
interface RightNavProps extends HTMLAttributes<HTMLElement> {
children?: ReactNode;
className?: string;
hideMobile?: string;
hideMobile?: boolean;
}
export function RightNav({