import Link from "next/link"; export default function PagesNotFound() { return (
{/* Ghosted 404 */}

404

Page not found

This page doesn't exist or may have been moved. Try searching for what you're looking for instead.

Dashboard
Explore
); }