Skip to content

Commit 0c57c0f

Browse files
author
Sharma
committed
Removed unnecessary declaration
1 parent 26fd124 commit 0c57c0f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.storybook/preview.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ import { theme } from '../src/theme';
88
import { decorator } from '../__mocks__/react_pconnect';
99
import setPCoreMocks from '../__mocks__/pcoreMocks';
1010

11-
declare global {
12-
interface Window {
13-
PCore?: any;
14-
}
15-
}
16-
1711
const isConstellation = process.env.STORYBOOK_CONSTELLATION;
1812

1913
if (!isConstellation) {

0 commit comments

Comments
 (0)