Files

21 lines
1.3 KiB
TypeScript
Raw Normal View History

2023-11-06 17:27:50 +08:00
import ArticleHeading from "@/app/_components/ArticleHeading";
2023-11-01 17:27:06 +08:00
2023-10-30 17:29:35 +08:00
const Page = () => {
return (
<>
2023-11-01 17:27:06 +08:00
<ArticleHeading text={"中国科学院重庆绿色智能技术研究院合肥分院"} />
2023-11-03 17:25:10 +08:00
<p className={"my-1 indent-8 text-base"}>
2023-10-30 17:29:35 +08:00
绿绿201822020181220
</p>
2023-11-03 17:25:10 +08:00
<p className={"my-1 indent-8 text-base"}>
2023-10-30 17:29:35 +08:00
5G物联绿绿
</p>
2023-11-03 17:25:10 +08:00
<p className={"my-1 indent-8 text-base"}>
2023-10-30 17:29:35 +08:00
</p>
</>
);
};
export default Page;