import { of } from 'rxjs'

export default function (s: any) {
  return of(null)
}
