Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Apr 9, 2024
1 parent 8cbb7fa commit 58c9c78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/addons/controls/src/preset.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import type { Options } from '@storybook/types';
import type { Channel } from '@storybook/channels';
import { initFileSearchChannel } from './server-channel/file-search-channel';
import { initCreateNewStoryChannel } from './server-channel/create-new-story-channel';

// eslint-disable-next-line @typescript-eslint/naming-convention
export const experimental_serverChannel = async (channel: Channel, options: Options) => {
initCreateNewStoryChannel(channel, options);
initFileSearchChannel(channel, options);

return channel;
Expand Down

0 comments on commit 58c9c78

Please sign in to comment.