// import { Link, routes } from '@redwoodjs/router'
import { Link } from '@redwoodjs/router'
import { Metadata } from '@redwoodjs/web'
import { useAuth } from 'src/auth'
const HomePage = () => {
const user = useAuth()
return (
<>
Find me in ./web/src/pages/HomePage/HomePage.tsx