Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 12, 2023
1 parent 2eb9056 commit 85c43eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/lib/channel-websocket/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import { global } from '@storybook/global';
import { Channel } from '@storybook/channels';
import type { ChannelHandler, ChannelTransport } from '@storybook/channels';
import type { ChannelHandler } from '@storybook/channels';
import { logger } from '@storybook/client-logger';
import { isJSON, parse, stringify } from 'telejson';
import invariant from 'tiny-invariant';

const { CONFIG_TYPE } = global;

const { WebSocket } = global;

type OnError = (message: Event) => void;
Expand Down

0 comments on commit 85c43eb

Please sign in to comment.