jonbio/app/likes/page.tsx
Jonathan Branan f36307dfc6
All checks were successful
Build and Deploy docker container / build (push) Successful in 2m13s
Build and Deploy docker container / deploy (push) Successful in 5s
a
2024-11-02 22:52:00 -05:00

4 lines
60 B
TypeScript

export default function Page() {
return <div>BOO!</div>
}