| 1 | import { type Ref, forwardRef, useMemo } from "react"; |
| 2 | import Link, { type LinkProps } from "next/link"; |
| 3 | import type { Route, DynamicRoute } from "nextjs-routes"; |
| 4 | import { Box } from "@chakra-ui/react"; |
nothing calls this directly
no test coverage detected