This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
werefox-dev/src/info/pages/identities/pronouns/index.js

12 lines
296 B
JavaScript

import BasicPage from "../../../components/basic-page-template";
import WCard from "../../../components/werefox-card";
export default function Pronouns() {
return (
<BasicPage
page_title="What are your pronouns?"
card_title="Pronouns! Important!"
>
</BasicPage>
);
}