| 1 | import { create } from 'zustand'; |
| 2 | import { persist } from 'zustand/middleware'; |
| 3 | import { STORAGE_KEYS } from '../migration'; |
| 4 | import type { ScreenshotSize, ScreenshotFormat, ExportFormat } from '../types'; |
nothing calls this directly
no test coverage detected