first commit
This commit is contained in:
11
web/src/app/about/index.tsx
Normal file
11
web/src/app/about/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Button } from "@heroui/react";
|
||||
import { Link as RouterLink } from "react-router-dom";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<div className="py-16">
|
||||
<h1>About</h1>
|
||||
<Button as={RouterLink} to="/">Back</Button>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user