diff --git a/common/styleguide.tsx b/common/styleguide.tsx index c5e6f7c2..11ad61ea 100644 --- a/common/styleguide.tsx +++ b/common/styleguide.tsx @@ -1,7 +1,13 @@ import * as HtmlElements from '@expo/html-elements'; import { type TextProps } from '@expo/html-elements/build/primitives/Text'; import Link from 'next/link'; -import { type ComponentType, type CSSProperties, type PropsWithChildren, useState } from 'react'; +import { + type ComponentType, + type CSSProperties, + type PropsWithChildren, + type Ref, + useState, +} from 'react'; import { Pressable, type PressableProps, @@ -91,6 +97,7 @@ type AProps = PropsWithChildren<{ hoverStyle?: StyleProp