@@ -2,13 +2,6 @@ import { For, Show, createMemo, createSignal } from 'solid-js'
22import { Section , SectionDescription } from '@tanstack/devtools-ui'
33import { useHeadChanges } from '../hooks/use-head-changes'
44import { useLocationChanges } from '../hooks/use-location-changes'
5- import { useSeoStyles } from '../utils/use-seo-styles'
6- import { getCanonicalPageData } from '../utils/canonical-url-data'
7- import { getSocialPreviewsSummary } from './social-previews'
8- import { getSerpPreviewSummary } from './serp-preview'
9- import { getJsonLdPreviewSummary } from './json-ld-preview'
10- import { getHeadingStructureSummary } from './heading-structure-preview'
11- import { getLinksPreviewSummary } from './links-preview'
125import { pickSeverityClass , seoHealthTier } from '../utils/seo-severity'
136import {
147 aggregateSeoHealth ,
@@ -17,6 +10,13 @@ import {
1710 totalIssueCount ,
1811 worstSeverity ,
1912} from '../utils/seo-section-summary'
13+ import { useSeoStyles } from '../utils/use-seo-styles'
14+ import { getCanonicalPageData } from '../utils/canonical-url-data'
15+ import { getSocialPreviewsSummary } from './social-previews'
16+ import { getSerpPreviewSummary } from './serp-preview'
17+ import { getJsonLdPreviewSummary } from './json-ld-preview'
18+ import { getHeadingStructureSummary } from './heading-structure-preview'
19+ import { getLinksPreviewSummary } from './links-preview'
2020import type { SeoSeverity } from '../utils/seo-severity'
2121import type { SeoDetailView , SeoSectionSummary } from '../utils/seo-section-summary'
2222
0 commit comments