Skip to content

Commit

Permalink
chore(prettier): 🤖 ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan authored and github-actions[bot] committed Feb 6, 2024
1 parent ada20db commit fbf86e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/remix/app/variants/live-store/VisualEditing.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { useLocation, useNavigate } from '@remix-run/react'
import { enableVisualEditing, type HistoryAdapterNavigate } from '@sanity/overlays'
import {
enableVisualEditing,
type HistoryAdapterNavigate,
} from '@sanity/overlays'
import { useEffect, useRef, useState } from 'react'

export default function VisualEditing({ studioUrl }: { studioUrl: string }) {
Expand Down

0 comments on commit fbf86e2

Please sign in to comment.