import type { AppState } from './types'; export const appInitialState: AppState = { isHydrated: false, version: '', };