// import { Link, routes } from '@redwoodjs/router' import { Metadata } from '@redwoodjs/web' const AboutPage = () => { return ( <>

AboutPage

Find me inasdf ./web/src/pages/AboutPage/AboutPage.tsx

{/* My default route is named `about`, link to me with: `About` */} ) } export default AboutPage