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.
1 parent 7d2dc90 commit 3d9ca40Copy full SHA for 3d9ca40
packages/devtools/src/tabs/seo-tab/social-previews.tsx
@@ -1,7 +1,7 @@
1
-import { createSignal, For } from 'solid-js'
+import { For, createSignal } from 'solid-js'
2
+import { Section, SectionDescription } from '@tanstack/devtools-ui'
3
import { useStyles } from '../../styles/use-styles'
4
import { useHeadChanges } from '../../hooks/use-head-changes'
-import { Section, SectionDescription } from '@tanstack/devtools-ui'
5
6
const SOCIALS = [
7
{
0 commit comments