Files
quantulr a8b1ad286d update
2023-11-06 17:27:50 +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={"my-1 indent-8 text-base"}>
</p>
<p className={"my-1 indent-8 text-base"}>
绿绿
</p>
<p className={"my-1 indent-8 text-base"}>
5G物联网等领域进行科技布局绿沿
</p>
<p className={"my-1 indent-8 text-base"}>
</p>
</>
);
};
export default Page;