diff options
Diffstat (limited to 'packages/app/src/pages/session/helpers.ts')
| -rw-r--r-- | packages/app/src/pages/session/helpers.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/app/src/pages/session/helpers.ts b/packages/app/src/pages/session/helpers.ts index 6ead7a7f2..5ca355d1d 100644 --- a/packages/app/src/pages/session/helpers.ts +++ b/packages/app/src/pages/session/helpers.ts @@ -1,4 +1,3 @@ -import type { CommandOption } from "@/context/command" import { batch } from "solid-js" export const focusTerminalById = (id: string) => { @@ -36,10 +35,6 @@ export const createOpenReviewFile = (input: { } } -export const combineCommandSections = (sections: readonly (readonly CommandOption[])[]) => { - return sections.flatMap((section) => section) -} - export const getTabReorderIndex = (tabs: readonly string[], from: string, to: string) => { const fromIndex = tabs.indexOf(from) const toIndex = tabs.indexOf(to) |
