Skip to content

Commit

Permalink
refactor(test-studio): adjust router imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Sep 14, 2022
1 parent 919aee5 commit a37093d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions dev/test-studio/workshop/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {createPlugin} from 'sanity'
import {route} from 'sanity/_unstable'
import {createPlugin, route} from 'sanity'
import {TerminalIcon} from '@sanity/icons'
import {WorkshopOptions} from './types'
import {WorkshopTool} from './WorkshopTool'
Expand Down
2 changes: 1 addition & 1 deletion dev/test-studio/workshop/useLocationStore.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {useRouter} from 'sanity/_unstable'
import {useRouter} from 'sanity'
import {WorkshopLocation, WorkshopLocationStore} from '@sanity/ui-workshop'
import qs from 'qs'
import {useCallback, useMemo, useRef} from 'react'
Expand Down

0 comments on commit a37093d

Please sign in to comment.