import React from 'react'; import { Button } from '../components/ui/Button.tsx'; const NotFoundPage: React.FC = () => { return (
Route not mounted.
The page you're looking for doesn't exist or has been removed.