mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-23 08:45:50 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import * as React from 'react'
|
||||
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
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user