Closed mikerourke closed 2 years ago
Instead of using import * as R from "ramda";, destructure to use only required imports.
import * as R from "ramda";
Instead of using
import * as R from "ramda";
, destructure to use only required imports.