Skip to content

Commit

Permalink
refactor(vision): use sanity/router import
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Oct 4, 2022
1 parent e267849 commit aba0fe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@sanity/vision/src/visionTool.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {lazy} from 'react'
import {createPlugin, route} from 'sanity'
import {createPlugin} from 'sanity'
import {route} from 'sanity/router'
import {EyeOpenIcon} from '@sanity/icons'
import {VisionToolConfig} from './types'

Expand Down

0 comments on commit aba0fe0

Please sign in to comment.