// pages/hello/+Page.jsx
// Environment: client and/or server
 
export function Page(pageContext) {
  return <h1>Hello c't webdev</h1>
}