import { html } from 'wirejs-dom/v2'; import { Main } from '../layouts/main.js'; export async function generate() { return Main({ pageTitle: 'Welcome!', content: html`
This is your wirejs app!
It comes with some sample API methods and pages.