manifold/web/pages/cowp.tsx
2022-09-28 00:59:24 -04:00

12 lines
189 B
TypeScript

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