1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 14:28:04 +00:00
_/wmr-ssg/public/pages/_index.tsx

6 lines
72 B
TypeScript
Raw Normal View History

2021-10-13 19:40:13 +09:00
export default () => (
<main>
<h1>!</h1>
</main>
);