mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 20:49:23 +00:00
9 lines
179 B
TypeScript
9 lines
179 B
TypeScript
export const PERSISTENCE_KEY = {
|
|
panels: {
|
|
textDiff: {
|
|
vertical: "panels/text-diff/vertical",
|
|
horizontal: "panels/text-diff/horizontal",
|
|
},
|
|
},
|
|
} as const;
|