0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-12-22 20:20:09 +09:00
yude.jp/pages/about.js
2021-02-06 02:31:04 +09:00

5 lines
83 B
JavaScript

export default () => (
<div>
<p>This is the about page</p>
</div>
)