Files
quantulr 1a22404f19 update
2023-11-01 17:27:06 +08:00

25 lines
2.3 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import ArticleHeading from "@/app/components/ArticleHeading";
const Page = () => {
return (
<>
<ArticleHeading text={"院长致辞"} />
<p className={"text-base indent-8 my-1"}>
</p>
<p className={"text-base indent-8 my-1"}>
绿绿
</p>
<p className={"text-base indent-8 my-1"}>
5G物联网等领域进行科技布局绿沿
</p>
<p className={"text-base indent-8 my-1"}>
</p>
</>
);
};
export default Page;