day one
This commit is contained in:
12
pages/rankingi.tsx
Normal file
12
pages/rankingi.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import SEO from "../components/SEO";
|
||||
|
||||
const PageRankingi = () => {
|
||||
return (
|
||||
<>
|
||||
<SEO title="rankingi" />
|
||||
Miejsce na stronkę od rankingów.
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default PageRankingi;
|
||||
Reference in New Issue
Block a user