Add yet-another-react-lightbox package and update .gitignore to exclude node_modules
This commit is contained in:
8
frontend/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
generated
vendored
8
frontend/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
generated
vendored
@@ -1,8 +0,0 @@
|
||||
import arrayWithoutHoles from "./arrayWithoutHoles.js";
|
||||
import iterableToArray from "./iterableToArray.js";
|
||||
import unsupportedIterableToArray from "./unsupportedIterableToArray.js";
|
||||
import nonIterableSpread from "./nonIterableSpread.js";
|
||||
function _toConsumableArray(r) {
|
||||
return arrayWithoutHoles(r) || iterableToArray(r) || unsupportedIterableToArray(r) || nonIterableSpread();
|
||||
}
|
||||
export { _toConsumableArray as default };
|
||||
Reference in New Issue
Block a user