Skip to content

Commit

Permalink
fix vite dev build error
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Oct 12, 2024
1 parent 5372616 commit b3e91c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CodeAndPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { PreviewContent } from "./PreviewContent"
import { useGlobalStore } from "@/hooks/use-global-store"
import { useUrlParams } from "@/hooks/use-url-params"
import { getSnippetTemplate } from "@/lib/get-snippet-template"
import "src/prettier"
import "@/prettier"

interface Props {
snippet?: Snippet | null
Expand Down

0 comments on commit b3e91c0

Please sign in to comment.