eigent/src/pages/NotFound.tsx
2025-08-12 01:16:39 +02:00

5 lines
104 B
TypeScript

export default function NotFound() {
console.log(window.location.href)
return <div>NotFound</div>;
}