wix-style-react
Version:
17 lines (14 loc) • 618 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
/**
* If you see this in your bundle, it means that tree-shaking did not work.
* You should probably investigtate why this happened.
*/
var FailWhale = function FailWhale() {
return "\n FAIL WHALE!\n W W W \n W W W W \n '. W \n .-\"\"-._ .--| \n / \"-..__) .-' \n | _ / \n '-.__, .__.,' \n ''----'._--' \n VVVVVVVVVVVVVVVVVVVVV\n ";
};
var _default = FailWhale;
exports["default"] = _default;