import React from 'react' import Page from '../components/Page.tsx' export default function AppPage() { return (

Hello world!

) }