Skip to content

Commit

Permalink
chore(sanity): update import on WorkspaceRouterProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
RitaDias committed Sep 30, 2024
1 parent 8bc3d8c commit e0cfbf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ import {
useMemo,
useRef,
} from 'react'
import {useSource} from 'sanity'
import {type Router, RouterProvider, type RouterState} from 'sanity/router'
import {useSyncExternalStoreWithSelector} from 'use-sync-external-store/with-selector.js'

import {type Tool, type Workspace} from '../../config'
import {createRouter, type RouterHistory, type RouterStateEvent} from '../router'
import {decodeUrlState, resolveDefaultState, resolveIntentState} from '../router/helpers'
import {useRouterHistory} from '../router/RouterHistoryContext'
import {useSource} from '../source'

interface WorkspaceRouterProviderProps {
children: ReactNode
Expand Down

0 comments on commit e0cfbf4

Please sign in to comment.