-
Robert Knight authored
When converting to ES imports, store modules will default-export an object rather than a set of named exports. Using destructuring here confuses the conversion script.
47a78567
When converting to ES imports, store modules will default-export an object rather than a set of named exports. Using destructuring here confuses the conversion script.