import { LinkAccordion } from '../../components/link-accordion' export default function SearchParamsSharedLoadingStatePage() { return (

This page tests whether a prefetched URL without search params can share its loading state with a navigation to the same URL with search params.

) }