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

21 lines
1.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"}>
绿绿201822020181220
</p>
<p className={"my-1 indent-8 text-base"}>
5G物联绿绿
</p>
<p className={"my-1 indent-8 text-base"}>
</p>
</>
);
};
export default Page;