mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-23 00:35:51 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as React from 'react'
|
||||
import * as React from 'react';
|
||||
|
||||
/**
|
||||
* Internal-only component. Displays a warning when feature-gate overrides
|
||||
@@ -6,5 +6,5 @@ import * as React from 'react'
|
||||
* non-internal builds.
|
||||
*/
|
||||
export function GateOverridesWarning(): React.ReactNode {
|
||||
return null
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user