reducer
import { reducer } from '@daffodil/contact/state'
function reducer<T>(
state: DaffContactState = initialState
action: DaffContactActions<T>
)
import { reducer } from '@daffodil/contact/state'
function reducer<T>(
state: DaffContactState = initialState
action: DaffContactActions<T>
)