mirror of
https://github.com/factorgroup/nightmarket.git
synced 2026-01-13 15:38:01 -05:00
9 lines
112 B
TypeScript
9 lines
112 B
TypeScript
import { h } from "preact";
|
|
|
|
export function GuideView() {
|
|
return (
|
|
<div>
|
|
Here are some FAQs
|
|
</div>
|
|
)
|
|
} |