8 lines
79 B
TypeScript
8 lines
79 B
TypeScript
|
|
|
|
|
|
export default function About() {
|
|
return(
|
|
<h3>About Page</h3>
|
|
);
|
|
} |