import React from 'react'; import { motion } from 'framer-motion'; import DndLayout from '../../components/dnd/DndLayout'; import Seo from '../../components/Seo'; import { WarningCircleIcon } from '@phosphor-icons/react'; function DndNotFoundPage() { return (

LOST_404

Stranded in the Ether

The chronicle you seek has been lost to time or never existed in these archives. Perhaps you took a wrong turn at the last crossroads.

); } export default DndNotFoundPage;