+
+
+ Welcome to \`fresh\`. Try updating this message in the ./routes/index.tsx
+ file, and refresh.
+
+
+
+ >
+ );
+}
+`;
+await Deno.writeTextFile(
+ join(resolvedDirectory, "routes", "index.tsx"),
+ ROUTES_INDEX_TSX,
+);
+
+const COMPONENTS_BUTTON_TSX = `import { JSX } from "preact";
+import { IS_BROWSER } from "$fresh/runtime.ts";
+
+export function Button(props: JSX.HTMLAttributes