Created fresh deno project
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { PageProps } from "$fresh/server.ts";
|
||||
|
||||
export default function Greet(props: PageProps) {
|
||||
return <div>Hello {props.params.name}</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user