fix: agentId page fix

This commit is contained in:
changhuiping.chp 2023-06-30 11:18:22 +08:00
parent 620ea0bdbf
commit 313fcfd5a8

View File

@ -8,9 +8,7 @@ const DynamicWrapper = dynamic(() => import ('@/components/agentPage'), {
const DynamicAgentPage = (props: any) => {
return (
<div>
<DynamicWrapper {...props} />
</div>
)
}
export default DynamicAgentPage;