0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-12-23 12:40:11 +09:00
yude.jp/pages/about.js

5 lines
83 B
JavaScript
Raw Normal View History

2021-02-06 02:31:04 +09:00
export default () => (
<div>
<p>This is the about page</p>
</div>
)