Skip to content

Commit c738bfb

Browse files
committed
Remove old diff-match-patch import
1 parent 7dcbd5e commit c738bfb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web-app/src/routes/(authenticated)/website/[websiteId]/logs/+page.server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import type { PageServerLoad, Actions } from "./$types";
22
import { API_BASE_PREFIX, apiRequest } from "$lib/server/utils";
33
import type { ChangeLog, User, Collab } from "$lib/db-schema";
4-
import DiffMatchPatch from "diff-match-patch";
54
import { PAGINATION_MAX_ITEMS } from "$lib/utils";
65
import * as Diff from "diff";
76

0 commit comments

Comments
 (0)