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

27 lines
982 B
TypeScript
Raw Permalink 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={"情报服务"} />
<ol className={"list-inside list-decimal indent-8"}>
<li>
</li>
<li>
沿
</li>
<li>
</li>
<li></li>
<li></li>
<li></li>
<li></li>
</ol>
</>
);
};
export default Page;