import React from 'react' const Error404 = () => { return (
404
Page not found!
—ฅ/ᐠ.̫ .ᐟ\ฅ—
) } export default Error404