Skip to content

Commit 3c7b301

Browse files
update
1 parent d1566bc commit 3c7b301

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ui/react-example/src/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { DiffFile, highlighter as buildInHighlighter } from "@git-diff-view/react";
1+
import { DiffFile, highlighter as buildInHighlighter } from "@git-diff-view/core";
22
import { highlighterReady } from "@git-diff-view/shiki";
33

44
import type { DiffViewProps } from "@git-diff-view/react";

ui/solid-example/src/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { DiffFile } from "@git-diff-view/react";
1+
import { DiffFile } from "@git-diff-view/core";
22

33
import type { DiffViewProps } from "@git-diff-view/solid";
44

ui/vue-example/src/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { DiffFile } from "@git-diff-view/react";
1+
import { DiffFile } from "@git-diff-view/core";
22

33
import type { DiffViewProps } from "@git-diff-view/vue";
44

0 commit comments

Comments
 (0)