wwf
3 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
app/(commonLayout)/app/(appDetailLayout)/[appId]/annotations/page.tsx
@@ -3,7 +3,7 @@
import { PageType } from '@/app/components/base/features/new-feature-panel/annotation-reply/type'
export type IProps = {
  params: Promise<{ appId: string }>
  params: { appId: string }
}
const Logs = async () => {