wix-style-react
Version:
9 lines (8 loc) • 477 B
JavaScript
/**
* 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 ";
};
export default FailWhale;