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 () => {