mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
style: 完成所有文件的lint
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import * as React from 'react'
|
||||
import { InterruptedByUser } from './InterruptedByUser.js'
|
||||
import { MessageResponse } from './MessageResponse.js'
|
||||
import * as React from 'react';
|
||||
import { InterruptedByUser } from './InterruptedByUser.js';
|
||||
import { MessageResponse } from './MessageResponse.js';
|
||||
|
||||
export function FallbackToolUseRejectedMessage(): React.ReactNode {
|
||||
return (
|
||||
<MessageResponse height={1}>
|
||||
<InterruptedByUser />
|
||||
</MessageResponse>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user