There was an error while loading. Please reload this page.
1 parent 3d93911 commit 87d51b9Copy full SHA for 87d51b9
1 file changed
packages/solid-router/src/useActiveLocation.ts
@@ -3,8 +3,8 @@ import { createEffect, createSignal } from 'solid-js'
3
import * as Solid from 'solid-js'
4
import { useMatch } from './useMatch'
5
import { useRouter } from './useRouter'
6
-import type { ParsedLocation } from '@tanstack/router-core'
7
import { useRouterState } from './useRouterState'
+import type { ParsedLocation } from '@tanstack/router-core'
8
9
export function useActiveLocation(location?: ParsedLocation) {
10
const router = useRouter()
0 commit comments