Files
quantulr 1a22404f19 update
2023-11-01 17:27:06 +08:00

17 lines
631 B
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={"text-base indent-8 my-1"}>
20171033340611362120171025381173973
5
</p>
</>
);
};
export default Page;