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

13 lines
204 B
TypeScript

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