Convert UnauthenticatedView to TypeScript
This commit is contained in:
parent
ba4258aa89
commit
2b45cf1f67
2 changed files with 17 additions and 16 deletions
|
|
@ -58,7 +58,7 @@ export function LeftNav({
|
|||
interface RightNavProps extends HTMLAttributes<HTMLElement> {
|
||||
children?: ReactNode;
|
||||
className?: string;
|
||||
hideMobile?: string;
|
||||
hideMobile?: boolean;
|
||||
}
|
||||
|
||||
export function RightNav({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue