wix-style-react
Version:
21 lines (19 loc) • 455 B
JavaScript
/**
* If you see this in your bundle, it means that tree-shaking did not work.
* You should probably investigtate why this happened.
*/
const FailWhale = () => {
return `
FAIL WHALE!
W W W
W W W W
'. W
.-""-._ \ \.--|
/ "-..__) .-'
| _ /
\'-.__, .__.,'
''----'._\--'
VVVVVVVVVVVVVVVVVVVVV
`;
};
export default FailWhale;