mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 15:27:49 +01:00
6 lines
91 B
TypeScript
6 lines
91 B
TypeScript
import * as React from "react";
|
|
|
|
export function NotFound() {
|
|
return <div>404</div>;
|
|
}
|