This repository has been archived on 2026-03-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
web/pages/rankingi.tsx
2022-12-11 13:11:01 +01:00

13 lines
208 B
TypeScript

import { SEO } from "../components/SEO";
const PageRankingi = () => {
return (
<>
<SEO title="rankingi" />
<main>Miejsce na stronkę od rankingów.</main>
</>
);
};
export default PageRankingi;