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/cytaty.tsx
2022-12-10 23:58:09 +01:00

13 lines
183 B
TypeScript

import SEO from "../components/SEO";
const PageCytaty = () => {
return (
<>
<SEO title="cytaty" />
Miejsce na stronkę od cytatów.
</>
);
};
export default PageCytaty;