mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
amend
This commit is contained in:
parent
420ecb320e
commit
1b8e7f3643
1 changed files with 1 additions and 1 deletions
|
|
@ -1,9 +1,9 @@
|
|||
|
||||
import * as vscode from 'vscode';
|
||||
// import { diffLines, Change } from 'diff';
|
||||
import { BaseDiff } from './shared_types';
|
||||
import { diff_match_patch } from 'diff-match-patch';
|
||||
import { diffLines } from 'diff';
|
||||
import { BaseDiff } from './common/shared_types';
|
||||
|
||||
|
||||
// const diffLinesOld = (text1: string, text2: string) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue