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