mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-28 01:25:54 +00:00
5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
export default function NotFound() {
|
|
console.log(window.location.href)
|
|
return <div>NotFound</div>;
|
|
}
|
|
|