import type React from 'react'; import { Card } from '@meshtastic/components'; export const NotFound = (): JSX.Element => { return (

); };