| 1 | import { Link, Outlet, createLazyRoute } from '@tanstack/solid-router' |
| 2 | import { useQuery } from '@tanstack/solid-query' |
| 3 | import { Suspense, createMemo } from 'solid-js' |
| 4 | import { postsQueryOptions } from './posts' |
nothing calls this directly
no test coverage detected