mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-28 04:27:24 +00:00
Add AboutPage component and integrate sorting options in resource retrieval
This commit is contained in:
10
frontend/src/pages/about_page.tsx
Normal file
10
frontend/src/pages/about_page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import Markdown from "react-markdown";
|
||||
import {app} from "../app.ts";
|
||||
|
||||
export default function AboutPage() {
|
||||
return <article className={"p-4"}>
|
||||
<Markdown>
|
||||
{app.siteInfo}
|
||||
</Markdown>
|
||||
</article>
|
||||
}
|
Reference in New Issue
Block a user