alas/web/pages/_about.tsx
2022-07-03 17:29:11 +02:00

5 lines
72 B
TypeScript

function _about() {
return <div>Test</div>
}
export default _about