import { A } from "@solidjs/router"; export default function NotFound() { return (

404

This page does not exist. Return home.

); }