Create cowp.tsx

This commit is contained in:
Pico2x 2022-09-28 00:59:24 -04:00
parent c16adb9ec9
commit a5b943965c

11
web/pages/cowp.tsx Normal file
View File

@ -0,0 +1,11 @@
import { Page } from 'web/components/page'
const App = () => {
return (
<Page className="">
<img src="https://i.imgur.com/Lt54IiU.png" />
</Page>
)
}
export default App