Files
quantulr 7e465da9d2 update
2023-10-30 17:29:35 +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.

const Page = () => {
return (
<>
<h2 className={"text-center text-lg font-bold text-[#054786]"}>
</h2>
<p className={"text-base indent-8 mt-8"}>
</p>
<p className={"text-base indent-8 mt-8"}>
绿绿
</p>
<p className={"text-base indent-8 mt-8"}>
5G物联网等领域进行科技布局绿沿
</p>
<p className={"text-base indent-8 mt-8"}>
</p>
</>
);
};
export default Page;