We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb12efb + 4bc654e commit daa9eb5Copy full SHA for daa9eb5
packages/devtools-seo/src/tabs/seo-overview.tsx
@@ -18,7 +18,10 @@ import { getJsonLdPreviewSummary } from './json-ld-preview'
18
import { getHeadingStructureSummary } from './heading-structure-preview'
19
import { getLinksPreviewSummary } from './links-preview'
20
import type { SeoSeverity } from '../utils/seo-severity'
21
-import type { SeoDetailView, SeoSectionSummary } from '../utils/seo-section-summary'
+import type {
22
+ SeoDetailView,
23
+ SeoSectionSummary,
24
+} from '../utils/seo-section-summary'
25
26
type OverviewRow = {
27
id: SeoDetailView
0 commit comments