Files
Tapalka/CMyTapper/robucks-front/app/page.tsx

4 lines
70 B
TypeScript

export default function Page() {
return <span>Not found</span>;
}