1
1
mirror of https://github.com/kahole/edamagit.git synced 2024-09-11 07:15:31 +03:00

Update macros.ts

This commit is contained in:
Kristian Andersen Hole 2023-10-08 17:34:02 +02:00 committed by GitHub
parent 9a12bc3b15
commit fe1a861861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@ import { ChangeSectionView } from '../views/changes/changesSectionView';
import { ChangeView } from '../views/changes/changeView';
import { DocumentView } from '../views/general/documentView';
import { View } from '../views/general/view';
import { ChangeView } from '../views/changes/changeView';
import { HunkView } from '../views/changes/hunkView';
export async function saveClose() {
@ -173,4 +172,4 @@ function moveToNextPreviousEntity(
}
}
}
}
}