Skip to content

Commit 5ce0d5d

Browse files
committed
fix: fix craco build errors
1 parent c5a2ef9 commit 5ce0d5d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

web/src/components/inspector/Console/format.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ export enum Colors {
77
Reset = '\x1b[0m'
88
}
99

10-
const ESC = '\u001B[';
11-
const OSC = '\u001B]';
1210
const BEL = '\u0007';
1311

1412
/**

web/src/components/settings/SettingsModal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {
55
Dropdown,
66
IconButton,
77
Modal,
8-
Stack,
98
Pivot,
109
PivotItem
1110
} from '@fluentui/react';

0 commit comments

Comments
 (0)