diff --git a/packages/roleypoly-ui/components/header/unauth.tsx b/packages/roleypoly-ui/components/header/unauth.tsx index bf25563..72f01a3 100644 --- a/packages/roleypoly-ui/components/header/unauth.tsx +++ b/packages/roleypoly-ui/components/header/unauth.tsx @@ -1,6 +1,5 @@ -// @flow import * as React from 'react' -import HeaderBarCommon, { Logotype, type CommonProps } from './common' +import HeaderBarCommon, { Logotype, CommonProps } from './common' import styled from 'styled-components' import Link from 'next/link' @@ -35,7 +34,7 @@ const LoginButton = styled.a` } ` -const HeaderBarUnauth: React.StatelessFunctionalComponent = (props) => ( +const HeaderBarUnauth: React.FunctionComponent = (props) => ( <>