Skip to content

Commit bdeb6b2

Browse files
committed
hot fix
1 parent c9bf422 commit bdeb6b2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/store/slices/vmSlice.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
import { createSlice, type PayloadAction } from '@reduxjs/toolkit';
2-
import { type V86Config } from 'v86';
32

43
export interface VMMetadata {
54
id: string;
65
state: 'creating' | 'running' | 'paused' | 'stopped' | 'error';
76
createdAt: string;
87
updatedAt?: string;
9-
config: V86Config;
108
error?: string;
119
}
1210

0 commit comments

Comments
 (0)