import { Column, Logo, Page, Button, Padding } from '../components' export default function NotFound() { return ( <>

Error 404

Page not found

) }