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