fix: 修复 ant 模式

This commit is contained in:
claude-code-best
2026-04-07 19:15:29 +08:00
parent 042e186b0b
commit d6bfc34b71
3 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import * as React from 'react'
/**
* Internal-only component. Shows experiment enrollment status for internal
* users. Stubbed — returns null in non-internal builds.
*/
export function ExperimentEnrollmentNotice(): React.ReactNode {
return null
}