9 lines
112 B
TypeScript
9 lines
112 B
TypeScript
import React from 'react'
|
|
|
|
function page() {
|
|
return (
|
|
<div>About Us here </div>
|
|
)
|
|
}
|
|
|
|
export default page |