mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2026-01-27 20:52:07 +00:00
feat: implement text diff tool
This commit is contained in:
8
config/persistence-keys.ts
Normal file
8
config/persistence-keys.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export const PERSISTENCE_KEY = {
|
||||
panels: {
|
||||
textDiff: {
|
||||
vertical: "panels/text-diff/vertical",
|
||||
horizontal: "panels/text-diff/horizontal",
|
||||
},
|
||||
},
|
||||
} as const;
|
||||
Reference in New Issue
Block a user