mirror of
https://github.com/privateersclub/wiki.git
synced 2024-11-23 05:39:48 +00:00
10 lines
315 B
TypeScript
10 lines
315 B
TypeScript
import {html} from "@lunariajs/core";
|
|
|
|
export const TitleParagraph = () => html`
|
|
<p>
|
|
If you're interested in helping us translate into one of the languages
|
|
listed below, you've come to the right place! This auto-updating page always
|
|
lists all the content that could use your help right now.
|
|
</p>
|
|
`;
|