feat: implement text diff tool

This commit is contained in:
2024-05-14 22:26:00 +02:00
parent 5113fe626b
commit 91fe326261
10 changed files with 259 additions and 36 deletions

View File

@@ -0,0 +1,8 @@
export const PERSISTENCE_KEY = {
panels: {
textDiff: {
vertical: "panels/text-diff/vertical",
horizontal: "panels/text-diff/horizontal",
},
},
} as const;