mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-11 12:17:45 +02:00
[Haik]: rename TerminalA component to Terminal
This commit is contained in:
+1
-1
@@ -275,7 +275,7 @@ type TerminalComponent = typeof TerminalRoot & {
|
||||
Empty: typeof TerminalEmpty;
|
||||
};
|
||||
|
||||
export const TerminalA = Object.assign(TerminalRoot, {
|
||||
export const Terminal = Object.assign(TerminalRoot, {
|
||||
Header: TerminalHeader,
|
||||
Output: TerminalOutput,
|
||||
Empty: TerminalEmpty,
|
||||
@@ -1,6 +1,6 @@
|
||||
import type { ReactNode } from 'react';
|
||||
import type { Toolkit } from '@assistant-ui/react';
|
||||
import { TerminalA as Terminal } from './components/TerminalA/TerminalA';
|
||||
import { Terminal } from './components/Terminal/Terminal';
|
||||
import { CodeBlock } from './components/CodeBlock/CodeBlock';
|
||||
import { CodeDiff } from './components/CodeDiff/CodeDiff';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user