| 1 | import { create } from 'zustand' |
| 2 | import { persist } from 'zustand/middleware' |
| 3 | import type { LogDetailsUIState } from './types' |
| 4 | import { clampPanelWidth, DEFAULT_LOG_DETAILS_WIDTH } from './utils' |
nothing calls this directly
no test coverage detected