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