Files
quantulr a8b1ad286d update
2023-11-06 17:27:50 +08:00

13 lines
252 B
TypeScript

import ArticleHeading from "@/app/_components/ArticleHeading";
const Page = () => {
return (
<>
<ArticleHeading text={"科研平台"} />
<p className={"my-1 indent-8 text-base"}>...</p>
</>
);
};
export default Page;