diff options
| author | Abhi <[email protected]> | 2025-07-17 19:40:36 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-17 23:40:36 +0000 |
| commit | ca07b5b0c41defb27d6b156faba356ab900ee092 (patch) | |
| tree | 48a4c2180d6c7ddd70c14468a14b918812d5ba74 /packages/cli/src/ui/App.tsx | |
| parent | 5df6c9fb660f932d54d6b5d1080cb86c95a824cf (diff) | |
Migrate /corgi (#4419)
Diffstat (limited to 'packages/cli/src/ui/App.tsx')
| -rw-r--r-- | packages/cli/src/ui/App.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/cli/src/ui/App.tsx b/packages/cli/src/ui/App.tsx index e2856199..713ada01 100644 --- a/packages/cli/src/ui/App.tsx +++ b/packages/cli/src/ui/App.tsx @@ -379,7 +379,6 @@ const App = ({ config, settings, startupWarnings = [], version }: AppProps) => { } = useSlashCommandProcessor( config, settings, - history, addItem, clearItems, loadHistory, |
