Create cowp.tsx
This commit is contained in:
parent
c16adb9ec9
commit
a5b943965c
11
web/pages/cowp.tsx
Normal file
11
web/pages/cowp.tsx
Normal 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
|
Loading…
Reference in New Issue
Block a user