init()

in Sharing/ViewModels/ViewModel.swift [40:42]


    init(state: State = .loading) {
        self.state = state
    }