1
2
3
4
5
6
7
8
9
10
11
/** @jsxImportSource https://esm.sh/react */
import Layout from "https://esm.town/v/pomdtr/dateme_layout";
import { handler } from "https://esm.town/v/pomdtr/ssr";
import { date_me_faq } from "https://esm.town/v/stevekrouse/dateme_faq_react";
export function FAQ(props) {
return <Layout activeTab={props.route}>{date_me_faq}</Layout>;
}
export default handler(FAQ);
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
February 27, 2024