mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 00:05:51 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import * as React from 'react'
|
||||
import { Text } from '@anthropic/ink'
|
||||
import * as React from 'react';
|
||||
import { Text } from '@anthropic/ink';
|
||||
|
||||
export function InterruptedByUser(): React.ReactNode {
|
||||
return (
|
||||
@@ -11,5 +11,5 @@ export function InterruptedByUser(): React.ReactNode {
|
||||
<Text dimColor>· What should Claude do instead?</Text>
|
||||
)}
|
||||
</>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user