diff --git a/app/types/actions.ts b/app/types/actions.ts index cc4338fa6..3543ac7ec 100644 --- a/app/types/actions.ts +++ b/app/types/actions.ts @@ -1,4 +1,4 @@ -export type ActionType = 'file' | 'shell' | 'preview'; +export type ActionType = 'file' | 'shell'; export interface BaseAction { content: string;