deno.land / x / fresh@1.1.1 / tests / fixture / routes / _app.tsx

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import { Head } from "$fresh/runtime.ts";import { AppProps } from "$fresh/server.ts";
export default function App(props: AppProps) { return ( <> <Head> <meta name="description" content="Hello world!" /> </Head> <props.Component /> </> );}
fresh

Version Info

Tagged at
2 years ago