mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Remove old diff-match-patch import
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
import type { PageServerLoad, Actions } from "./$types";
|
import type { PageServerLoad, Actions } from "./$types";
|
||||||
import { API_BASE_PREFIX, apiRequest } from "$lib/server/utils";
|
import { API_BASE_PREFIX, apiRequest } from "$lib/server/utils";
|
||||||
import type { ChangeLog, User, Collab } from "$lib/db-schema";
|
import type { ChangeLog, User, Collab } from "$lib/db-schema";
|
||||||
import DiffMatchPatch from "diff-match-patch";
|
|
||||||
import { PAGINATION_MAX_ITEMS } from "$lib/utils";
|
import { PAGINATION_MAX_ITEMS } from "$lib/utils";
|
||||||
import * as Diff from "diff";
|
import * as Diff from "diff";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user