0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-01-05 11:00:09 +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>
)