Skip to content

Commit daa9eb5

Browse files
committed
Merge branch 'feat/seo-overview' of https://github.com/abedshaaban/tanstack-devtools into feat/seo-overview
2 parents fb12efb + 4bc654e commit daa9eb5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/devtools-seo/src/tabs/seo-overview.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ import { getJsonLdPreviewSummary } from './json-ld-preview'
1818
import { getHeadingStructureSummary } from './heading-structure-preview'
1919
import { getLinksPreviewSummary } from './links-preview'
2020
import type { SeoSeverity } from '../utils/seo-severity'
21-
import type { SeoDetailView, SeoSectionSummary } from '../utils/seo-section-summary'
21+
import type {
22+
SeoDetailView,
23+
SeoSectionSummary,
24+
} from '../utils/seo-section-summary'
2225

2326
type OverviewRow = {
2427
id: SeoDetailView

0 commit comments

Comments
 (0)