6 lines
72 B
TypeScript
6 lines
72 B
TypeScript
|
function _about() {
|
||
|
return <div>Test</div>
|
||
|
}
|
||
|
|
||
|
export default _about
|