()
| 18 | } as const; |
| 19 | |
| 20 | export function clearPersistedSettings(): void { |
| 21 | Object.values(STORAGE_KEYS).forEach(key => localStorage.removeItem(key)); |
| 22 | } |
| 23 | |
| 24 | // Property mappings for migration |
| 25 | const POINT_CLOUD_PROPERTIES = [ |
no test coverage detected