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 995168e commit 13f7302Copy full SHA for 13f7302
packages/solid-router/src/HeadContent.tsx
@@ -1,6 +1,6 @@
1
import * as Solid from 'solid-js'
2
import { MetaProvider } from '@solidjs/meta'
3
-import { For, onMount, Show } from 'solid-js'
+import { For, Show, onMount } from 'solid-js'
4
import { escapeHtml } from '@tanstack/router-core'
5
import { Asset } from './Asset'
6
import { useRouter } from './useRouter'
0 commit comments